Vcl.Outline.TCustomOutline.GetNodeDisplayWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNodeDisplayWidth(Node: TOutlineNode): Integer;

C++

int __fastcall GetNodeDisplayWidth(TOutlineNode* Node);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

Description

Returns the length of the row containing a specified node.

Call GetNodeDisplayWidth to determine the length, in pixels, of the line in the outline that contains the node specified by the Node parameter. GetNodeDisplayWidth adjusts for the lines and bitmaps specified by the OutlineStyle property.

See Also