Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

TdxDBTreePrintData.LevelCount Property

Specifies the level’s number that TdxDBTreePrintData can load.

Declaration

property LevelCount: Integer read; write;

Property Value

Type
Integer

Remarks

Set LevelCount to specify the level’s number that TdxDBTreePrintData can load. If the LevelCount equals 0, then TdxDBTreePrintData loads ‘root’ records and all their children recursively. If the LevelCount equals 1, then TdxDBTreePrintData loads only ‘root’ records. If the LevelCount equals 2, then TdxDBTreePrintData loads ‘root’ records and their ‘nearest’ children, etc.

See Also