RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParaAttributes.TabCount Property

Indicates the number of tab stops that are defined for the paragraph.

Pascal
property TabCount: Integer;
C++
__property int TabCount;

Read TabCount to determine the number of tab stops in the Tab array. Use TabCount with the Tab property to iterate over all the tab stops defined for the paragraph. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!