TcxTab.IsMainTab Property
In This Article
Returns a value indicating whether the tab is a main tab.
#Declaration
Delphi
property IsMainTab: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
Use the IsMainTab property to determine whether the tab is the main tab. If so, this property returns True. Otherwise False is returned.
See Also