Commands and Topics for List Box
Management of List box objects
INSERT LISTBOX COLUMN
({*; }object; colPosition; colName; colVariable; headerName; headerVar)
DELETE LISTBOX COLUMN
({*; }object; colPosition{; number})
Get number of listbox columns
({*; }object)
Longint
SORT LISTBOX COLUMNS
({*; }object; colNum; order{; colNum2; order2; ...; colNumN; orderN})
SET LISTBOX COLUMN WIDTH
({*; }object; width)
Get listbox column width
({*; }object)
Integer
MOVED LISTBOX COLUMN NUMBER
({*; }object; oldPosition; newPosition)
SELECT LISTBOX ROW
({*; }object; position{; action})
INSERT LISTBOX ROW
({*; }object; position)
DELETE LISTBOX ROW
({*; }object; position)
Get number of listbox rows
({*; }object)
Longint
SET LISTBOX ROWS HEIGHT
({*; }object; height)
Get listbox rows height
({*; }object)
Integer
MOVED LISTBOX ROW NUMBER
({*; }object; oldPosition; newPosition)
GET LISTBOX CELL POSITION
({*; }object; column; row{; colVar})
GET LISTBOX ARRAYS
({*; }object; arrColNames; arrHeaderNames; arrColVars; arrHeaderVars; arrVisible; arrStyles)
Get listbox information
({*; }object; info)
Longint
SHOW LISTBOX GRID
({*; }object; horizontal; vertical)
SET LISTBOX GRID COLOR
({*; }object; color; horizontal; vertical)
Other related commands:
Count in array
(array; value)
Longint --
Theme:
Arrays
EDIT ITEM
({*; }object{; item}) --
Theme:
Entry Control
Form event
Number --
Theme:
Form Events
Self
Pointer --
Theme:
Language
FONT
({*; }object; font) --
Theme:
Object Properties
FONT SIZE
({*; }object; size) --
Theme:
Object Properties
FONT STYLE
({*; }object; styles) --
Theme:
Object Properties
BUTTON TEXT
({*; }object; buttonText) --
Theme:
Object Properties
SET FILTER
({*; }object; entryFilter) --
Theme:
Object Properties
SET FORMAT
({*; }object; displayFormat) --
Theme:
Object Properties
SET CHOICE LIST
({*; }object; list) --
Theme:
Object Properties
SET ENTERABLE
({*; }entryArea; enterable) --
Theme:
Object Properties
SET COLOR
({*; }object; color{; altColor}) --
Theme:
Object Properties
SET RGB COLORS
({*; }object; foregroundColor; backgroundColor{; altBackgrndColor}) --
Theme:
Object Properties
SET VISIBLE
({*; }object; visible) --
Theme:
Object Properties
GET OBJECT RECT
({*; }object; left; top; right; bottom) --
Theme:
Object Properties
MOVE OBJECT
({*; }object; moveH; moveV{; resizeH{; resizeV{; *}}}) --
Theme:
Object Properties
SET ALIGNMENT
({*; }object; alignment) --
Theme:
Object Properties
Get alignment
({*; }object)
Number --
Theme:
Object Properties
BEST OBJECT SIZE
({*; }object; bestWidth; bestHeight{; maxWidth}) --
Theme:
Object Properties
SET SCROLLBAR VISIBLE
({*; }object; horizontal; vertical) --
Theme:
Object Properties
Focus object
Pointer --
Theme:
User Interface
SCROLL LINES
({*; }object{; position{; *}}) --
Theme:
User Interface