Returns or sets the number of tab stop items in the TabStops array of the object.
Object.TabPositionsCount [ = lTabPositionsCount ]
The TabPositionsCount property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AListBox |
AListBox control |
|
lTabPositionsCount |
Long |
A integer specifying the number of tab stop items in the TabStops array of the control. |
The default value is zero, meaning do not use tab stops.
During design time the array size is determined by the user when entering TabPositions. At run time this size is determined using the TabPositionsCount, which can be set dynamically up to 256.
The following statement returns the number of tab stops in the list of the AListBox:
llb1TabPositionsCount = lb1.TabPositionsCount