TurboDB VCL Component Library

TTdbTable.GetUsage Method

TTdbTable

Previous  Top  Next

Retrieves information about the current usage of the table by all accessing applications.

Delphi syntax:

procedure GetUsage(out TableUsage: TTdbTableUsage);

C++ syntax:

void __fastcall GetUsage(TTdbTableUsage& TableUsage);

Description

This function reports information about the applications that currently access this table and their lock status.

See also

TTdbTableUsage type