TdxMemPersistent.HasData Method
In This Article
Identifies if the ExpressMemData component persists its data in a DFM file.
#Declaration
Delphi
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