Address Property
Sets \/ Get the address in an HyperLink control
Syntax:
Address <aValue``> (Control Definition)
<WindowName>.<ControlName>.Address := cAddress
<WindowName>.<ControlName>.Address --> cAddress
Alignment Property
Specifies how a label or hyperlink control content should be aligned
Syntax:
Alignment Left | Right | Center
AllowAppend Property
Specifies whether new records can be added to a table within a data-bound Grid control. (Available at control definition)
Syntax:
AllowAppend <lValue>
AllowDelete Property
Specifies whether records can be deleted from a table within a browse control (Available at control definition)
Syntax:
AllowDelete <lValue>
AllowEdit Property
Specifies whether records can be edited from a table within a browse control (Available at control definition)
Syntax:
AllowEdit <lValue>
AutoPlay Property
Specifies whether an AnimateBox control starts playing automatically
Syntax:
AutoPlay <lValue>
AutoSize Property
Specifies whether a GUI object must be sized automatically
Syntax:
AutoSize <lValue>
AutoSizeMovie Property
Specifies whether a Player control will automatically resize its content
Syntax:
AutiSizeMovie <lValue>
Sample:
@ 200,0 PLAYER Player_1 ;
WIDTH 100 ;
HEIGHT 100 ;
FILE "sample.avi" ;
SHOWALL
AutoSizeWindow Property
Specifies whether a Player control will automatically resize its own window
Syntax:
AutoSizeWindow <lValue>
Sample:
@ 200,0 PLAYER Player_1 ;
WIDTH 100 ;
HEIGHT 100 ;
FILE "sample.avi" ;
SHOWALL NOAUTOSIZEWINDOW