Unit 'BufDataset' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TCustomBufDataset.Create

Constructor for the class instance.

Declaration

Source position: bufdataset.pas line 644

public constructor TCustomBufDataset.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the class instance.

Description

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.

See also

TCustomBufDataset.MaxIndexesCount

  

Maximum number of indexes available in the dataset.

TCustomBufDataset.PacketRecords

  

Number of records allowed in a data packet handled by the packet reader.


Documentation generated on: Jul 24 2023