Contents  All Classes  Index A-Z  All Units


TCustomAxisPanel.MultiLineTextWidth
TCustomAxisPanel

function MultiLineTextWidth(S: String; Out NumLines: Integer): Integer;

Unit
TeEngine

Description
Returns width of longest line of text in S string.
The NumLines parameter returns the number of lines in S string.

Lines are separated by character #13, or the TeeLineSeparator constant:

var s : String;
s:='Hello'+TeeLineSeparator+'World!';




Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.