Back to Devexpress

TdxCustomMemData.LoadFromStrings(TStrings) Method

vcl-dxmdaset-dot-tdxcustommemdata-dot-loadfromstrings-x28-system-dot-classes-dot-tstrings-x29.md

latest1.6 KB
Original Source

TdxCustomMemData.LoadFromStrings(TStrings) Method

Loads data from a specified string list.

Declaration

delphi
procedure LoadFromStrings(AStrings: TStrings); dynamic;

Parameters

NameType
AStringsTStrings

Remarks

Call this method to populate the ExpressMemData component with data from a string list referenced by the AStrings parameter. The string list must contain data in the format that is produced by the SaveToStrings method. Refer to the description of the SaveToStrings method to learn about its specifics.

The LoadFromStrings method is called internally by the LoadFromTextFile method, which loads data from a file to a string list using the list’s LoadFromFile method and then calls LoadFromStrings to load the data to the ExpressMemData component.

See Also

TdxCustomMemData.LoadFromBinaryFile

TdxCustomMemData.LoadFromDataSet

TdxCustomMemData.LoadFromStream

TdxCustomMemData Class

TdxCustomMemData Members

dxmdaset Unit