TdxMemPersistent.LoadData Method
Populates the ExpressMemData component with data from a DFM file.
Declaration
procedure LoadData;
Remarks
Call this procedure to load or reload data from a DFM file if the Option property is set to poNone or poLoad. Calling the LoadData procedure has no effect if the HasData function returns False.
See Also