[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'InterfaceBase' (#lcl)

TWidgetSet.GetTextExtentPoint32

Computes the display width and height for a string.

Declaration

Source position: winapih.inc line 153

public function TWidgetSet.GetTextExtentPoint32(

  DC: HDC;

  Str: PChar;

  Count: Integer;

  var Size: TSize

):Boolean; virtual;

See also

TWidgetSet.GetTextExtentPoint

  

Computes the display width and height of a string.

TWidgetSet.GetTextExtentExPoint

  

Calculates the number of characters, that fit into some horizontal space.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.