Skip to main content

TcxTabs Members

A collection of tabs in the tab control.

Constructors

Name Description
Create Inherited from TStrings.
Create(TcxCustomTabControlProperties) Creates an instance of the TcxTabs class.

Properties

Name Description
Capacity Inherited from TStrings.
CommaText Inherited from TStrings.
Count Inherited from TStrings.
DefaultEncoding Inherited from TStrings.
DelimitedText Inherited from TStrings.
Delimiter Inherited from TStrings.
Encoding Inherited from TStrings.
KeyNames Inherited from TStrings.
LineBreak Inherited from TStrings.
Names Inherited from TStrings.
NameValueSeparator Inherited from TStrings.
Objects Inherited from TStrings.
Options Inherited from TStrings.
QuoteChar Inherited from TStrings.
StrictDelimiter Inherited from TStrings.
Strings Inherited from TStrings.
StringsAdapter Inherited from TStrings.
Tabs Provides indexed access to tabs.
Text Inherited from TStrings.
TrailingLineBreak Inherited from TStrings.
Updating Inherited from TStrings.
UseLocale Inherited from TStrings.
ValueFromIndex Inherited from TStrings.
Values Inherited from TStrings.
VisibleTabs Provides indexed access to visible tabs.
VisibleTabsCount Returns the number of tabs which are currently visible within the tab control.
WriteBOM Inherited from TStrings.

Methods

Name Description
Add(String) Inherited from TStrings.
AddObject(String,TObject) Inherited from TStrings.
AddPair(String,String,TObject) Inherited from TStrings.
AddPair(String,String) Inherited from TStrings.
AddStrings(String[],TObject[]) Inherited from TStrings.
AddStrings(String[]) Inherited from TStrings.
AddStrings(TStrings) Inherited from TStrings.
Append(String) Inherited from TStrings.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Inherited from TStrings.
Clear Clears the tab collection.
Delete(Integer) Deletes the tab specified by its index from the tab collection.
EndUpdate Inherited from TStrings.
Equals(TObject) Inherited from TObject.
Equals(TStrings) Inherited from TStrings.
Exchange(Integer,Integer) Inherited from TStrings.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetText Inherited from TStrings.
IndexOf(String) Inherited from TStrings.
IndexOfName(String) Inherited from TStrings.
IndexOfObject(TObject) Inherited from TStrings.
Insert(Integer,String) Inherited from TStrings.
Insert(Integer,string) Inserts a tab with the specified caption to the specified position.
InsertObject(Integer,String,TObject) Inherited from TStrings.
LoadFromFile(String,TEncoding) Inherited from TStrings.
LoadFromFile(String) Inherited from TStrings.
LoadFromStream(TStream,TEncoding) Inherited from TStrings.
LoadFromStream(TStream) Inherited from TStrings.
Move(Integer,Integer) Inherited from TStrings.
SaveToFile(String,TEncoding) Inherited from TStrings.
SaveToFile(String) Inherited from TStrings.
SaveToStream(TStream,TEncoding) Inherited from TStrings.
SaveToStream(TStream) Inherited from TStrings.
SetStrings(TStrings) Inherited from TStrings.
SetText(PChar) Inherited from TStrings.
ToObjectArray Inherited from TStrings.
ToString Inherited from TObject.
ToStringArray Inherited from TStrings.
See Also