[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Draws an string without formatting (single line).
Source position: winapih.inc line 282
public function TWidgetSet.TextOut( |
DC: HDC; |
X: Integer; |
Y: Integer; |
Str: Pchar; |
Count: Integer |
):Boolean; virtual; |
DC |
|
The Device Context. |
X |
|
The text origin in logical coordinates. |
Y |
|
The text origin in logical coordinates. |
Str |
|
The text. |
Count |
|
The number of (Wide)Chars in the string. |
False on failure.
|
Draws a string without formatting (single line). |
Version 4.0 | Generated 2025-05-03 | Home |