TAstaDataSet.LoadFromStream
Applies to
TAstaDataset
Declaration
procedure LoadFromStream(Stream: TStream);
Description
Loads a TAstaDataSet from a stream. Assumes that the fields have already been defined. If the fields
have NOT been defined call LoadFromStreamwithFields.
Related Topics