Icon IsSequenced Method

virtual bool __fastcall IsSequenced(void)

Use the IsSequenced method to determine whether records can be located by logical record numbers. When the IsSequenced method returns True, you can navigate directly to a specific record by setting the RecNo property. If the IsSequenced method returns False, the only way to navigate to a specific record is to start at the beginning and count records.

Information This method is only used in the context of the descendant TDBISAMTable and TDBISAMQuery components.
Image