TCustomComboBoxStrings class abstract

Inheritance
Implementers

Constructors

TCustomComboBoxStrings()

Properties

ComboBox TCustomCombo
latefinal
Count int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
iObjects Iterator
no setterinherited
iStrings Iterator<String>
no setterinherited
Objects TItems
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Strings TItems<String>
latefinalinherited
Text String
getter/setter pairinherited
UpdateCount int
no setterinherited

Methods

Add(String S) int
inherited
AddObject(String S, dynamic AObject) int
inherited
AddStrings(TStrings Strings) → void
inherited
Append(String S) → void
inherited
Assign(TPersistent Source) → void
inherited
AssignList(List list) → void
inherited
AssignMap(Map map) → void
inherited
AssignTo(TPersistent Dest) → void
inherited
BeginUpdate() → void
inherited
ClassName() String
inherited
ClassType() TClass
inherited
Clear() → void
override
DefaultHandler(TMessage Message) → void
inherited
Delete(int Index) → void
override
Destroy() → void
inherited
Dispatch(TMessage Message) → void
inherited
EndUpdate() → void
inherited
Error(String Msg, int Data) → void
inherited
Free() → void
inherited
Get(int Index) String
override
GetCount() int
override
GetObject(int Index) → dynamic
override
GetOwner() TPersistent?
inherited
GetTextStr() String
inherited
IndexOf(String S) int
override
IndexOfObject(dynamic AObject) int
inherited
Insert(int Index, String S) → void
inherited
InsertObject(int Index, String S, dynamic AObject) → void
inherited
Move(int CurIndex, int NewIndex) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
PerformHandle(MESSAGE msg, dynamic wParam, dynamic lParam) → dynamic
Put(int Index, String S) → void
inherited
PutObject(int Index, dynamic AObject) → void
override
SetTextStr(String Value) → void
inherited
SetUpdateState(bool Updating) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited