Icon GetFieldNames Method

procedure GetFieldNames(List: TStrings)

Usage

Call the GetFieldNames method to retrieve the list of fields for the current record into a TStrings object.

Information The TStrings object must be created by the application prior to calling this method, and the application is responsible for its destruction after the method is called.
Image