Vcl.Outline.TOutlineNode.GetDisplayWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDisplayWidth: Integer;

C++

int __fastcall GetDisplayWidth();

Properties

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

Description

Returns the distance, in pixels, from the left edge of the outline to the right edge of the outline node.

Call GetDisplayWidth to determine the length of the line in the outline that contains the outline node. GetDisplayWidth adjusts for the lines and bitmaps specified by the OutlineStyle property of the outline.

See Also