[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance
Source position: bufdataset.pas line 624
public constructor TCustomBufDataset.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance |
Create is an overridden constructor for the class instance. Create calls the inherited constructor using the value in AOwner as the owner of the class instance. Create sets the default value for internal members used in the implementation of the buffered dataset, including:
Creates sets the value for public and published properties, including:
Create allocates resources needed for the BufIndexdefs and BufIndexes properties.
|
Maximum number of indexes available in the dataset |
|
|
Number of records allowed in a data packet handled by the packet reader |