Field |
Type |
R/W |
Default |
Support |
|
|
|
|
|
ExeName |
STRING |
R |
|
WXG |
|
The executable name of the application, path
name is excluded (use COMMAND$(0) for full path information). |
Handle |
INTEGER |
R |
|
W |
|
hInstance of the application. |
HelpFile |
STRING |
RW |
|
W |
|
HelpFile specifies the name of the file the
application uses to display help. |
HintColor |
INTEGER |
RW |
clInfoBk |
W |
|
HintColor determines the color of the hint
boxes for the Help Hints. |
HintHidePause |
INTEGER |
RW |
2500 |
W |
|
HintHidePause specifies the time interval to
wait before hiding the Help Hint if the mouse has not moved from the
control or menu item. |
HintPause |
INTEGER |
RW |
500 |
W |
|
HintPause specifies the time interval that
passes before the control's Help Hint appears when the user places the
mouse pointer on a control or menu item. |
HintShortPause |
INTEGER |
RW |
50 |
W |
|
HideShortPause specifies the pause to wait
before bringing up a hint if a hint has already been shown. |
Icon |
STRING |
RW |
|
W |
|
Specify an icon filename to appear as the
default icon of your application. |
IcoHandle |
RESOURCE |
W |
|
W |
|
Specify an icon resource to appear as the
default icon of your application. Example:
$RESOURCE game_ICO AS
"game.ico" Application.IcoHandle = game_ICO |
ShowHint |
INTEGER |
RW |
True |
W |
Title |
STRING |
RW |
|
W |