SftOptions 1.0

SftOptionsEntry.Help Property

Softel vdm, Inc.

Defines the entry's help.

Syntax       

Get

VB.NET

String = object.Help  As String

VB

String = object.Help  As String

C#.NET

string String = object.Help;

VC++

_bstr_t String = object->Help;
_bstr_t String = object->GetHelp();

C

HRESULT object->get_Help(BSTR* String);

Delphi

String := object.Help   : WideString;

Put

VB.NET

object.Help = String  As String

VB

object.Help = String  As String

C#.NET

string object.Help = String;

VC++

_bstr_t object->Help = String;
void object->PutHelp(_bstr_t String);

C

HRESULT object->put_Help(BSTR String);

Delphi

object.Help := String   : WideString;

object

A SftOptionsEntry object.

String

Defines the entry's help.

Comments

The Help property defines the entry's help.

The Help property can be used to define application-specific help for an entry.  The SelectionChange or HelpRequested events typically can make use of the Help property to display help information.  The SftOptions control doesn't use the Help property value.

See Also  SftOptionsEntry Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2002 - Softel vdm, Inc. - www.softelvdm.com