Left Property

Specifies whether the content of a GUI object will be left aligned

Syntax:

Left (lValue)


Lines Property

Specifies whether lines are shown in a Grid or Browse control

Syntax:

Lines <lValue>


Lock Property

Specifies whether Browse control should lock records when saving changes made interactively by the user

Syntax:

Lock <lValue>

Sample:

 @ 10,10 BROWSE Browse_1 ;
 WIDTH 610 ;
 HEIGHT 390 ;
 HEADERS { 'Code' , 'First Name' , 'Last Name' } ;
 WIDTHS { 150 , 150 , 150 } ;
 WORKAREA Test ;
 FIELDS { 'Test->Code' , 'Test->First' , 'Test->Last' } ;
 DELETE ;
 LOCK ;
 EDIT ;
APPEND

LowerCase Property

Specifies whether a carácter TextBox input will be automatically converted to lowercase

Syntax:

LowerCase <lValue>

results matching ""

    No results matching ""