EPUB | CHM | PDF

TPSQLDataset.Properties.AllowSequenced

Top Previous Next

Determines that database records can be located by sequence numbers.

Syntax:

property AllowSequenced: Boolean;

Description:

AllowSequenced determines that database records can be located by sequence numbers. When AllowSequenced is True, the dataset can navigate directly to a specific record by setting the RecNo property.

If AllowSequenced is False, the only way to navigate to a specific record is to start at the beginning and count records.

AllowSequenced indicates whether sequence numbers are available for database records.