|
SetText |
Accueil Précédent Suivant |
C/C++ declaration
long __stdcall SetText(long Handle, int Ind0, int Ind1, TNText Style, char* Source);
Pascal declaration
function SetText(Handle: LongInt; Ind0, Ind1: Integer; Style: TNText; Source: PChar): LongInt;
Writing a text on the model.
IN → Handle : Model handle.
IN → Ind0 : Index 0 of the text (cf. TNText)
IN → Ind1 : Index 1 of the text (cf. TNText)
IN → Dest : Source buffer.
Return → Return 0 if OK, or an error code if failed.