Vcl.ComCtrls.TParaAttributes.TabCount

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also