Show: Delphi C++
Display Preferences

TFieldList Inherited Members

From XE2 API Documentation
Jump to: navigation, search



Contents

Data.DB.TFlatList

CreateCreates an instance of TFlatList.
DataSetIdentifies the dataset to which the TFlatList object belongs.
Destroy
FindItemReturns the object referenced by Name.
GetCountReturns the number of elements in the list of fields or field definitions.
GetUpdatedReturns whether the list has been updated or not.
ListChangingRaises an exception if the list is locked.
LockedSpecifies whether the list is in a locked state.
UpdateRefreshes the strings and objects to reflect the current state of the physical fields underlying the dataset.
UpdateListVirtual abstract method to be implemented in subclasses.
UpdatedSpecifies whether the list has been updated or not.

System.Classes.TStringList

AddAdds a new string to the list.
AddObjectAdds a string to the list, and associates an object with the string.
AssignSets, from a source object, the strings in the list and the possibly associated objects.
CaseSensitiveControls whether strings are located, sorted, and identified as duplicates in a case-sensitive or case-insensitive manner.
ChangedFires an OnChange event.
ChangingFires an OnChanging event.
ClearDeletes all the strings from the list.
CompareStringsCompares two strings.
CreateCreates an instance of a TStringList object.
CustomSortSorts the strings in the list in a customized order.
DeleteRemoves the string specified by the Index parameter.
DestroyDestroys an instance of TStringList.
DuplicatesSpecifies whether duplicate strings can be added to sorted lists.
ExchangeSwaps the position of two strings in the list.
FindLocates the index for a string in a sorted list and indicates whether a string with that value already exists in the list.
GetReturns a string, given its index.
GetCapacityReturns the currently allocated size of the strings list.
GetCountReturns the number of strings in the list.
GetObjectReturns the object associated with the string at a specified index.
GetObjectA
IndexOfReturns the position of a string in the list.
InsertInserts a string to the list at the position specified by Index.
InsertItemInternally used by the AddObject method.
InsertObjectInserts a string into the list at the specified position, and associates it with an object.
OnChangeOccurs immediately after the list of strings changes.
OnChangingOccurs immediately before the list of strings changes.
OwnsObjectsSpecifies whether the string list owns the objects it contains.
PutChanges the value of the string with a specified index.
PutObjectChanges the object associated with the string at a specified index.
SetCapacityChanges the amount of memory allocated to hold strings in the list.
SetUpdateStatePerforms internal adjustments before or after a series of updates.
SortSorts the strings in the list in ascending order.
SortedSpecifies whether the strings in the list should be automatically sorted.

System.Classes.TStrings

AddAdds a string at the end of the list.
AddObjectAdds a string to the list, and associates an object with the string.
AddStringsAdds a group of strings to the list.
AppendAdds a string to the list.
AssignSets the strings in the list, and the possibly associated objects, from a source object.
BeginUpdateEnables the TStrings object to track when the list of strings is changing.
CapacityIndicates the number of strings the TStrings object can hold.
ClearIntroduces an abstract (Delphi) or pure virtual (C++) method to empty the list and any associated objects.
CommaTextLists the strings in the TStrings object in system data format (SDF).
CompareStringsCompares two strings.
CountIntroduces an abstract property to represent the number of strings in the list.
CreateCreates an instance of a TStrings object.
DefaultEncodingDefault encoding is used when nothing can be detected.
DefinePropertiesReads and writes the Strings property as if it were published.
DeleteIntroduces an abstract (Delphi) or pure virtual (C++) method to delete a specified string from the list.
DelimitedTextRepresents all the strings in the TStrings object as a single delimited string.
DelimiterSpecifies the delimiter used by the DelimitedText property.
DestroyDestroys the TStrings instance and frees its memory.
EncodingCharacter encoding determined from reading the stream or file.
EndUpdateEnables the TStrings object to keep track of when the list of strings has finished changing.
EqualsCompares the list of strings to the list from another TStrings object and returns true if the two lists match.
ErrorRaises an EStringListError exception.
ExchangeSwaps the position of two strings in the list.
ExtractNameReturns the name portion of a string that is a name value pair.
GetReturns a string given its index.
GetCapacityReturns the currently allocated size of the list of strings.
GetCountReturns the number of strings in the list
GetEnumeratorReturns a TStrings enumerator.
GetObjectReturns the object associated with the string at a specified index.
GetObjectAFor internal use. Use GetObject instead.
GetTextAllocates a text buffer and fills it with the value of the Text property.
GetTextStrReturns the value of the Text property.
IndexOfReturns the position of a string in the list.
IndexOfNameReturns the position of the first name-value pair with the specified name.
IndexOfObjectReturns the index of the first string in the list associated with a given object.
InsertIntroduces abstract (Delphi) or pure virtual (C++) method to insert a string at a specified position.
InsertObjectInserts a string into the list at the specified position, and associates it with an object.
LineBreakDefines line-break characters.
LoadFromFileFills the list with the lines of text in a specified file.
LoadFromStreamFills the list with lines of text read from a stream.
MoveChanges the position of a string in the list.
NameValueSeparatorIndicates the character used to separate names from values.
NamesIndicates the name part of strings that are name-value pairs.
ObjectsRepresents a set of objects that are associated one with each of the strings in the Strings property.
PutChanges the value of the string with a specified index.
PutObjectChanges the object associated with the string at a specified index.
QuoteCharSpecifies the quote character used by the DelimitedText property.
SaveToFileSaves the strings in the list to the specified file.
SaveToStreamWrites the value of the Text property to a stream object.
SetCapacityChanges the amount of memory allocated to hold strings in the list.
SetEncoding
SetTextSets the Text property.
SetTextStrSets the Text property.
SetUpdateStatePerforms internal adjustments before or after a series of updates.
StrictDelimiterDetermines how the Delimiter property is used.
StringsReferences the strings in the list by their positions.
StringsAdapterImplements an IStringsAdapter interface for the TStrings object.
TextLists the strings in the TStrings object as a single string with the individual strings delimited by carriage returns and line feeds.
ToObjectArrayReturns the TObject array associated with Strings.
ToStringArrayConverts a TStrings descendant to a string array.
UpdateCountIndicates the number of calls to BeginUpdate that have not been matched by a call to EndUpdate.
ValueFromIndexRepresents the value part of a string with a given index, on strings that are name-value pairs.
ValuesRepresents the value part of a string associated with a given name, on strings that are name-value pairs.
WriteBOMWill cause SaveToStream or SaveToFile to write a BOM.
operator []Returns the string at a specified position.

System.Classes.TPersistent

AssignCopies the contents of another similar object.
AssignToCopies the properties of an object to a destination object.
Create
DefinePropertiesProvides an interface for a method that reads and writes otherwise unpublished data.
DestroyDestroys the TPersistent instance and frees its memory.
GetNamePathReturns the name of the object as it appears in the Object Inspector.
GetOwnerReturns the owner of an object.

System.TObject

AfterConstructionResponds after the last constructor has executed.
BeforeDestructionResponds before the first destructor executes.
ClassInfoReturns a pointer to the run-time type information (RTTI) table for the object type.
ClassNameReturns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
ClassNameIsDetermines whether an object is of a specific type.
ClassParentReturns the type of the immediate ancestor of a class.
ClassTypeReturns the class reference for the object's class.
CleanupInstancePerforms finalization on long strings, variants, and interface variables within a class.
CreateConstructs an object and initializes its data before the object is first used.
DefaultHandlerProvides the interface for a method that processes message records.
DestroyDisposes of an object instance.
DispatchCalls message-handling methods for the object, based on the contents of the Message parameter.
EqualsChecks whether the current instance and the parameter are equal.
FieldAddressReturns the address of a published object field.
FreeDestroys an object and frees its associated memory, if necessary.
FreeInstanceDeallocates memory allocated by a previous call to the NewInstance method.
GetHashCodeReturns an integer containing the hash code.
GetInterfaceRetrieves a specified interface.
GetInterfaceEntryReturns the entry for a specific interface implemented in a class.
GetInterfaceTableReturns a pointer to a structure containing all of the interfaces implemented by a given class.
InheritsFromDetermines the relationship of two object types.
InitInstanceInitializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.
InstanceSizeReturns the size in bytes of each instance of the object type.
MethodAddressReturns the address of a class method by name.
MethodNameReturns the name of a class method by address.
NewInstanceAllocates memory for an instance of an object type and returns a pointer to that new instance.
QualifiedClassNameReturns the qualified name of the class.
SafeCallExceptionHandles exceptions in methods declared using the safecall calling convention.
ToStringReturns a string containing the class name.
UnitNameReturns the name of the unit where the class is defined.
UnitScopeReturns the class's unit scope.


Personal tools
Previous Versions
Translations