TdxCustomMemData.SaveToStrings(TStrings) Method
Saves data to a specified string list.
#Declaration
procedure SaveToStrings(AStrings: TStrings); dynamic;
#Parameters
Name | Type |
---|---|
AStrings | TStrings |
#Remarks
Call this method to store the ExpressMemData component’s data to a string list referenced by the AStrings parameter. The first string in the list enumerates field names, while all other strings contain string representations of the corresponding field values. The SaveToStrings method uses the DelimiterChar to separate field entries in each output string.
The SaveToTextFile method calls the SaveToStrings method internally to store data to a string list and then calls the list’s SaveToFile method to store the data to a file.
Note
Since the Save