Show: Delphi
C++
Display Preferences
TFieldList Inherited Members
From XE2 API Documentation
Contents |
Data.DB.TFlatList
| Create | Creates an instance of TFlatList. |
| DataSet | Identifies the dataset to which the TFlatList object belongs. |
| Destroy | |
| FindItem | Returns the object referenced by Name. |
| GetCount | Returns the number of elements in the list of fields or field definitions. |
| GetUpdated | Returns whether the list has been updated or not. |
| ListChanging | Raises an exception if the list is locked. |
| Locked | Specifies whether the list is in a locked state. |
| Update | Refreshes the strings and objects to reflect the current state of the physical fields underlying the dataset. |
| UpdateList | Virtual abstract method to be implemented in subclasses. |
| Updated | Specifies whether the list has been updated or not. |
System.Classes.TStringList
| Add | Adds a new string to the list. |
| AddObject | Adds a string to the list, and associates an object with the string. |
| Assign | Sets, from a source object, the strings in the list and the possibly associated objects. |
| CaseSensitive | Controls whether strings are located, sorted, and identified as duplicates in a case-sensitive or case-insensitive manner. |
| Changed | Fires an OnChange event. |
| Changing | Fires an OnChanging event. |
| Clear | Deletes all the strings from the list. |
| CompareStrings | Compares two strings. |
| Create | Creates an instance of a TStringList object. |
| CustomSort | Sorts the strings in the list in a customized order. |
| Delete | Removes the string specified by the Index parameter. |
| Destroy | Destroys an instance of TStringList. |
| Duplicates | Specifies whether duplicate strings can be added to sorted lists. |
| Exchange | Swaps the position of two strings in the list. |
| Find | Locates the index for a string in a sorted list and indicates whether a string with that value already exists in the list. |
| Get | Returns a string, given its index. |
| GetCapacity | Returns the currently allocated size of the strings list. |
| GetCount | Returns the number of strings in the list. |
| GetObject | Returns the object associated with the string at a specified index. |
| GetObjectA | |
| IndexOf | Returns the position of a string in the list. |
| Insert | Inserts a string to the list at the position specified by Index. |
| InsertItem | Internally used by the AddObject method. |
| InsertObject | Inserts a string into the list at the specified position, and associates it with an object. |
| OnChange | Occurs immediately after the list of strings changes. |
| OnChanging | Occurs immediately before the list of strings changes. |
| OwnsObjects | Specifies whether the string list owns the objects it contains. |
| Put | Changes the value of the string with a specified index. |
| PutObject | Changes the object associated with the string at a specified index. |
| SetCapacity | Changes the amount of memory allocated to hold strings in the list. |
| SetUpdateState | Performs internal adjustments before or after a series of updates. |
| Sort | Sorts the strings in the list in ascending order. |
| Sorted | Specifies whether the strings in the list should be automatically sorted. |
System.Classes.TStrings
| Add | Adds a string at the end of the list. |
| AddObject | Adds a string to the list, and associates an object with the string. |
| AddStrings | Adds a group of strings to the list. |
| Append | Adds a string to the list. |
| Assign | Sets the strings in the list, and the possibly associated objects, from a source object. |
| BeginUpdate | Enables the TStrings object to track when the list of strings is changing. |
| Capacity | Indicates the number of strings the TStrings object can hold. |
| Clear | Introduces an abstract (Delphi) or pure virtual (C++) method to empty the list and any associated objects. |
| CommaText | Lists the strings in the TStrings object in system data format (SDF). |
| CompareStrings | Compares two strings. |
| Count | Introduces an abstract property to represent the number of strings in the list. |
| Create | Creates an instance of a TStrings object. |
| DefaultEncoding | Default encoding is used when nothing can be detected. |
| DefineProperties | Reads and writes the Strings property as if it were published. |
| Delete | Introduces an abstract (Delphi) or pure virtual (C++) method to delete a specified string from the list. |
| DelimitedText | Represents all the strings in the TStrings object as a single delimited string. |
| Delimiter | Specifies the delimiter used by the DelimitedText property. |
| Destroy | Destroys the TStrings instance and frees its memory. |
| Encoding | Character encoding determined from reading the stream or file. |
| EndUpdate | Enables the TStrings object to keep track of when the list of strings has finished changing. |
| Equals | Compares the list of strings to the list from another TStrings object and returns true if the two lists match. |
| Error | Raises an EStringListError exception. |
| Exchange | Swaps the position of two strings in the list. |
| ExtractName | Returns the name portion of a string that is a name value pair. |
| Get | Returns a string given its index. |
| GetCapacity | Returns the currently allocated size of the list of strings. |
| GetCount | Returns the number of strings in the list |
| GetEnumerator | Returns a TStrings enumerator. |
| GetObject | Returns the object associated with the string at a specified index. |
| GetObjectA | For internal use. Use GetObject instead. |
| GetText | Allocates a text buffer and fills it with the value of the Text property. |
| GetTextStr | Returns the value of the Text property. |
| IndexOf | Returns the position of a string in the list. |
| IndexOfName | Returns the position of the first name-value pair with the specified name. |
| IndexOfObject | Returns the index of the first string in the list associated with a given object. |
| Insert | Introduces abstract (Delphi) or pure virtual (C++) method to insert a string at a specified position. |
| InsertObject | Inserts a string into the list at the specified position, and associates it with an object. |
| LineBreak | Defines line-break characters. |
| LoadFromFile | Fills the list with the lines of text in a specified file. |
| LoadFromStream | Fills the list with lines of text read from a stream. |
| Move | Changes the position of a string in the list. |
| NameValueSeparator | Indicates the character used to separate names from values. |
| Names | Indicates the name part of strings that are name-value pairs. |
| Objects | Represents a set of objects that are associated one with each of the strings in the Strings property. |
| Put | Changes the value of the string with a specified index. |
| PutObject | Changes the object associated with the string at a specified index. |
| QuoteChar | Specifies the quote character used by the DelimitedText property. |
| SaveToFile | Saves the strings in the list to the specified file. |
| SaveToStream | Writes the value of the Text property to a stream object. |
| SetCapacity | Changes the amount of memory allocated to hold strings in the list. |
| SetEncoding | |
| SetText | Sets the Text property. |
| SetTextStr | Sets the Text property. |
| SetUpdateState | Performs internal adjustments before or after a series of updates. |
| StrictDelimiter | Determines how the Delimiter property is used. |
| Strings | References the strings in the list by their positions. |
| StringsAdapter | Implements an IStringsAdapter interface for the TStrings object. |
| Text | Lists the strings in the TStrings object as a single string with the individual strings delimited by carriage returns and line feeds. |
| ToObjectArray | Returns the TObject array associated with Strings. |
| ToStringArray | Converts a TStrings descendant to a string array. |
| UpdateCount | Indicates the number of calls to BeginUpdate that have not been matched by a call to EndUpdate. |
| ValueFromIndex | Represents the value part of a string with a given index, on strings that are name-value pairs. |
| Values | Represents the value part of a string associated with a given name, on strings that are name-value pairs. |
| WriteBOM | Will cause SaveToStream or SaveToFile to write a BOM. |
| operator [] | Returns the string at a specified position. |
System.Classes.TPersistent
| Assign | Copies the contents of another similar object. |
| AssignTo | Copies the properties of an object to a destination object. |
| Create | |
| DefineProperties | Provides an interface for a method that reads and writes otherwise unpublished data. |
| Destroy | Destroys the TPersistent instance and frees its memory. |
| GetNamePath | Returns the name of the object as it appears in the Object Inspector. |
| GetOwner | Returns the owner of an object. |
System.TObject
| AfterConstruction | Responds after the last constructor has executed. |
| BeforeDestruction | Responds before the first destructor executes. |
| ClassInfo | Returns a pointer to the run-time type information (RTTI) table for the object type. |
| ClassName | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
| ClassNameIs | Determines whether an object is of a specific type. |
| ClassParent | Returns the type of the immediate ancestor of a class. |
| ClassType | Returns the class reference for the object's class. |
| CleanupInstance | Performs finalization on long strings, variants, and interface variables within a class. |
| Create | Constructs an object and initializes its data before the object is first used. |
| DefaultHandler | Provides the interface for a method that processes message records. |
| Destroy | Disposes of an object instance. |
| Dispatch | Calls message-handling methods for the object, based on the contents of the Message parameter. |
| Equals | Checks whether the current instance and the parameter are equal. |
| FieldAddress | Returns the address of a published object field. |
| Free | Destroys an object and frees its associated memory, if necessary. |
| FreeInstance | Deallocates memory allocated by a previous call to the NewInstance method. |
| GetHashCode | Returns an integer containing the hash code. |
| GetInterface | Retrieves a specified interface. |
| GetInterfaceEntry | Returns the entry for a specific interface implemented in a class. |
| GetInterfaceTable | Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
| InheritsFrom | Determines the relationship of two object types. |
| InitInstance | Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
| InstanceSize | Returns the size in bytes of each instance of the object type. |
| MethodAddress | Returns the address of a class method by name. |
| MethodName | Returns the name of a class method by address. |
| NewInstance | Allocates memory for an instance of an object type and returns a pointer to that new instance. |
| QualifiedClassName | Returns the qualified name of the class. |
| SafeCallException | Handles exceptions in methods declared using the safecall calling convention. |
| ToString | Returns a string containing the class name. |
| UnitName | Returns the name of the unit where the class is defined. |
| UnitScope | Returns the class's unit scope. |