TabStop Property

Spevifies whether a GUI object should receive the focus when the user changes it using the [Tab] key

Syntax:

TabStop <lValue>


TickMarks Property

Specifies whether ‘TickMarks’ are shown in Slider control

Syntax:

TickMarks <lValue>


Title Property

Set \/ Gets title of a window

Syntax:

Title <cValue> (Control Definition)
<WindowName>.Title := cTitle
<WindowName>.Title --> cTitle

Today Property

Specifies whether the today date should be shown in a MonthCalendar control

Syntax:

Today <lValue>

Sample:

@ 10,10 MONTHCALENDAR Month_1 ;
   VALUE date() ;
   NOTODAY

TodayCircle Property

Specifies whether the today date should be circled in a MonthCalendar control

Syntax:

TodayCircle <lValue>

Sample:

@ 210,10 MONTHCALENDAR Month_2 ;
   VALUE CTOD("01/01/2001") ;
   FONT "Courier" SIZE 12 ;
   NOTODAYCIRCLE

ToolTip Property

Set \/ Gets gui object's tooltip text

Syntax:

ToolTip <cValue>
<ParentWindowName>.<ControlName>.ToolTip := cToolTipText
<ParentWindowName>.<ControlName>.ToolTip --> cToolTipText

Top Property

Specifies whether Slider control ‘TickMarks’ are located at the top of control

Syntax:

Top <lValue>


Transparent Property

Specifies whether the background of a GUI object should be transparent

Syntax:

Transparent <lValue>


results matching ""

    No results matching ""