Skip to main content

TcxTabs Methods

A collection of tabs in the tab control.
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