[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Copy the Text property into Buffer.
Source position: controls.pp line 1587
public function TControl.GetTextBuf( |
Buffer: PChar; |
BufSize: Integer |
):Integer; virtual; |
Buffer |
|
Pointer to the buffer receiving the string. |
BufSize |
|
Length of the buffer. |
Length of the copied text.
This method only exists for Delphi compatibility.
Don't use or override it, unless really necessary.
|
Returns the Caption property. |
lazarus-ccr.sourceforge.net |