Vcl.ComCtrls.TParaAttributes.TabCount
Delphi
property TabCount: Integer read GetTabCount write SetTabCount;
C++
__property int TabCount = {read=GetTabCount, write=SetTabCount, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TParaAttributes |
Description
Indicates the number of tab stops that are defined for the paragraph.
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.