| [Overview][Constants][Classes][Index] | 
Marker used to signify the start of field definitions for an in-memory dataset
Source position: memds.pp line 38
| const smFieldDefs = 1; | 
smFieldDefs is an Integer constant that contains the marker used to signify the start of field definitions for an in-memory dataset. smFieldDefs is used in TMemDataset methods which read or write field definitions for the in-memory dataset. The value for smFieldDefs is 1.
| TMemDataset.ReadFieldDefsFromStream | 
 | Reads field definitions from the specified stream | 
| TMemDataset.SaveFieldDefsToStream | 
 | Saves field definitions to the specified stream |