Copy the Text property into Buffer.
Source position: controls.pp line 1661
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. |
CT Web help |
CodeTyphon Studio |