[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance
Source position: bufdataset.pas line 137
public constructor TBufIndex.Create( |
const ADataset: TCustomBufDataset |
); virtual; |
ADataset |
|
Dataset for the index |
Create is the constructor for the class instance. Create calls the inherited constructor, and stores the ADataset parameter to the internal member used for the TCustomBufDataset class instance.