TdxDbOrgChart.HeightField Property
In This Article
HeightField is a data field for TdxDbOcNode.Height property.
#Declaration
Delphi
property HeightField: TField read;
#Property Value
Type |
---|
TField |
#Remarks
Contains a reference to the optional integer field of a connected database setting the Height property of tree nodes. Can be changed via setting of HeightFieldName.
See Also