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