Separator Property
Specifies whether a ToolBar button includes a separator
Syntax:
Separator <lValue>
Sample:
DEFINE TOOLBAR ToolBar_1 BUTTONSIZE 85,85 FLAT BORDER
BUTTON Button_1 ;
CAPTION '&More ToolBars...' ;
PICTURE 'button1.bmp' ;
ACTION Modal_Click() TOOLTIP 'ONE'
BUTTON Button_2 ;
CAPTION '&Button 2' ;
PICTURE 'button2.bmp' ;
ACTION MsgInfo('Click! 2') TOOLTIP 'TWO' SEPARATOR
BUTTON Button_3 ;
CAPTION 'Button &3' ;
PICTURE 'button3.bmp' ;
ACTION MsgInfo('Click! 3') TOOLTIP 'THREE' CHECK
END TOOLBAR
ShowAll Property
Specifies whether all interface elements should be shown in a Player control
Syntax:
ShowAll <lValue>
Sample:
@ 275,110 PLAYER Player_2 ;
WIDTH 100 ;
HEIGHT 25 ;
FILE "sample.mp3" ;
SHOWALL
ShowHeaders Property
Specifies whether headers should be shown in a Grid control
Syntax:
ShowHeaders <lValue>
ShowNone Property
Specifies whether entering null date|time is allowed in a DatePicker|TimePicker control
Syntax:
ShowNone <lValue>
Sample:
@ 230,310 DATEPICKER Date_4 ;
VALUE CTOD("01/01/2001") ;
TOOLTIP "DatePicker Control ShowNone" ;
SHOWNONE
If SHOWNONE clause is used and shownone checkbox is unchecked:
DATEPICKER return an empty date
TIMEPICKER return an empty string
ShowPosition Property
Determines whether the current position within the content of the Player control should be shown
Syntax:
ShowPosition <lValue>
Sizable Property
Specifies whether the border of a window allows size it
Syntax:
Sizable <lValue>
Smooth Property
Determines whether an altérnate style should be used to show the ProgressBar control
Syntax:
Smooth <lValue>
Sort Property
Specifies whether a ComboBox or ListBox should be automatically sorted
Syntax:
Sort <lValue>
Spacing Property
Sets the spacing between ítems in a RadioGroup control
Syntax:
Spacing <nValue>
Stretch Property
Specifies if the content of an Image control should be stretched to completely fill the control area
Syntax:
Stretch <lValue>
StrictWidth Property
Forces ToolBar control buttons width, preventing automatic width changes
Syntax:
StrictWidth <lValue>
Style Property
Specified Whether 'Flat' or 'Raised' Style Should be Used for StatusItem Objects
Syntax:
Style Flat | Raised