RangeMax Property
Specifies the maximun value that can be entered in a Spinner control
Syntax:
RangeMax <nValue>
RangeMin Property
Specifies the minimun value that can be entered in a Spinner control
Syntax:
RangeMin <nValue>
ReadOnly Property
Specifies whether a GUI object is read-only
Syntax:
ReadOnly <lValue>
ReadOnlyFields Property
Specifies read-only columns on a Browse control as a logical array
Syntax:
ReadOnlyFields <alValues>
RecNo Property
Set \/ Gets selected item in a data-bound Grid control based on its physical record number.
Syntax:
<WindowName>.<ControlName>.RecNo := nRecNo
<WindowName>.<ControlName>.RecNo --> nRecNo
RightAlign Property
Specifies whether the content of a GUI object will be right aligned (especially useful for numeric textbox)
Syntax:
RightAlign <lValue>
RightText Property
Specifies whether the buttons in a ToolBar control should be right aligned
Syntax:
RightText <lValue>
Sample:
DEFINE TOOLBAR ToolBar_1 FLAT BUTTONSIZE 100,25 BOTTOM RIGHTTEXT IMAGESIZE 25,25
BUTTON Button_1 ;
CAPTION '&Undo' ;
PICTURE 'button4.bmp' ;
ACTION MsgInfo('UnDo Click!')
BUTTON Button_2 ;
CAPTION '&Save' ;
PICTURE 'button5.bmp' ;
ACTION MsgInfo('Save Click!')
BUTTON Button_3 ;
CAPTION '&Close' ;
PICTURE 'button6.bmp' ;
ACTION Form_2.Release
END TOOLBAR
RowSource Property
Specifies workarea name for a Grid COntrol
Syntax:
RowSource <cValue>
RootButton Property
Specifies whether a button should be shown for root element in a Tree control
Syntax:
RootButton <lValue>
[row]: Row Property
Set \/ Gets row position of a gui object
Syntax:
Row <nValue> (Control Definition)
<ParentWindowName>.<ControlName>.Row := nCol
<ParentWindowName>.<ControlName>.Row --> nCol