|
![]() |
![]() |
version 2003
PA_CountTables → short
Parameter | Type | Description | ||||
This command does not require any parameters | ||||||
Function result | short | ← | Number of tables in the database |
Description
The command
PA_CountTables
returns the number of tables in the database.
Tables are numbered from 1 to N in the order of their creation. The current version of 4D lets programmers create up to 255 tables.
Note that if the virtual structure mode is on, this routine returns the count of virtual tables.
Example
Verifying a table number before calling
PA_CreateRecord.