TdxMemPersistent.HasData Method
Identifies if the ExpressMemData component persists its data in a DFM file.
Declaration
function HasData: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the underlying memory data stream has any data that the LoadData procedure can load; otherwise, False.
See Also