Vcl.ComCtrls.TComboBoxExStrings Methods

From RAD Studio API Documentation
Jump to: navigation, search

InheritedProtected
AddpublicAdds a TComboExItem to the list.
AddItempublicAdds a TComboExItem item to the extended combo box.
AddObjectpublicAdds a TComboExItem object to the extended combo box.
AddPairpublicAdds name-value pairs to the list of strings using fluent-style coding.
AddStringspublicAdds the specified strings (and objects) to the current TStrings object.
AfterConstructionpublicResponds after the last constructor has executed.
AppendpublicAdds a string to the list.
AssignpublicSets the strings in the Strings array, possibly associated Objects, and some other properties of the current TStrings object, from the Source object.
AssignToprotectedCopies the properties of an object to a destination object.
BeforeDestructionpublicResponds before the first destructor executes.
BeginUpdatepublicEnables the TStrings object to track when the list of strings is changing.
CheckDisposedprotected
ClassInfopublicReturns a pointer to the run-time type information (RTTI) table for the object type.
ClassNamepublicReturns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
ClassNameIspublicDetermines whether an object is of a specific type.
ClassParentpublicReturns the type of the immediate ancestor of a class.
ClassTypepublicReturns the class reference for the object's class.
CleanupInstancepublicPerforms finalization on long strings, variants, and interface variables within a class.
Clearpublic
CompareStringsprotectedCompares two strings.
CreatepublicCreates and initializes a TComboBoxExStrings instance.
DefaultHandlerpublicProvides the interface for a method that processes message records.
DefinePropertiesprotectedReads and writes the Strings property as if it were published.
Deletepublic
Destroypublic
DispatchpublicCalls message-handling methods for the object, based on the contents of the Message parameter.
DisposeOfpublicDisposeOf forces the execution of the destructor code in an object.
EndUpdatepublicEnables the TStrings object to keep track of when the list of strings has finished changing.
EqualspublicCompares the list of strings to the list from another TStrings object and returns true if the two lists match.
ErrorprotectedRaises an EStringListError exception.
Exchangepublic
ExtractNameprotectedReturns the name portion of a string that is a name value pair.
FieldAddresspublicReturns the address of a published object field.
FreepublicDestroys an object and frees its associated memory, if necessary.
FreeInstancepublicDeallocates memory allocated by a previous call to the NewInstance method.
Getpublic
GetCapacitypublic
GetCountpublic
GetDisposedprotectedGetter for the Disposed property.
GetEnumeratorpublicReturns a TStrings enumerator.
GetHashCodepublicReturns an integer containing the hash code.
GetInterfacepublicRetrieves a specified interface.
GetInterfaceEntrypublicReturns the entry for a specific interface implemented in a class.
GetInterfaceTablepublicReturns a pointer to a structure containing all of the interfaces implemented by a given class.
GetItemClassprotectedReturns the class whose instances are used to store items in TComboBoxExStrings.
GetItemsClassprotectedReturns the class for the ItemsEx property.
GetNamePathpublicReturns the name of the object as it appears in the Object Inspector.
GetObjectpublic
GetOwnerprotectedReturns the owner of an object.
GetTextpublicAllocates a text buffer and fills it with the value of the Text property.
GetTextStrprotectedReturns the value of the Text property.
IndexOfpublicReturns the index of the first item in the list associated with a given string.
IndexOfNamepublicReturns the index of the first string in the list associated with a given name.
IndexOfObjectpublicReturns the index of the first string in the list associated with a given object.
InheritsFrompublicDetermines the relationship of two object types.
InitInstancepublicInitializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.
InsertpublicInserts a new item at a specified position.
InsertObjectpublicInserts a string into the list at the specified position, and associates it with an object.
InstanceSizepublicReturns the size in bytes of each instance of the object type.
LoadFromFilepublicFills the string list with the lines of text in a specified file.
LoadFromStreampublicFills the list with lines of text read from a stream.
MethodAddresspublicReturns the address of a class method by name.
MethodNamepublicReturns the name of a class method by address.
Movepublic
NewInstancepublicAllocates memory for an instance of an object type and returns a pointer to that new instance.
operator []publicReturns the string at a specified position.
PutprotectedChanges the value of the string with a specified index.
PutObjectprotected
QualifiedClassNamepublicReturns the qualified name of the class.
SafeCallExceptionpublicHandles exceptions in methods declared using the safecall calling convention.
SaveToFilepublicSaves the strings in the current object to the specified FileName file.
SaveToStreampublicWrites the value of the Text property to the Stream stream.
SetCapacityprotectedChanges the amount of memory allocated to hold strings in the list.
SetEncodingprotectedProtected setter of the Encoding property.
SetStringspublicSets the strings from another TStrings object to the list of strings.
SetTextpublicSets the Text property.
SetTextStrprotectedSets the Text property.
SetUpdateStateprotected
ToObjectArraypublicReturns the TObject array associated with Strings.
ToStringpublicReturns a string containing the class name.
ToStringArraypublicConverts a TStrings descendant to a string array.
UnitNamepublicReturns the name of the unit where the class is defined.
UnitScopepublicReturns the class's unit scope.