VCGetTextString
VCSetTextString


Version:

1.2

Description:

When placing text via the API, the user interface is not available to enter the required line of text, therefore it is necessary to set the text string before creating the placement.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetTextString(short* iError, char* pS);
extern "C" void WINAPI VCGetTextStringBP(short* iError, char* pS);
extern "C" void WINAPI VCSetTextString(short* iErroR, char* pS);

Delphi

function VCGetTextString(var iError: Smallint; pS: PAnsiChar):Smallint; stdcall;
procedure VCSetTextString(var iError: Smallint; pS: PAnsiChar); stdcall;

ActiveX/COM

Function GetTextString() As String
Sub SetTextString(ByVal pS As String)

Parameters:

s - the text string.

Notes:

 

See Also:

VCGetTextAspect, VCGetTextBold, VCGetTextCharSpace, VCGetTextColor, VCGetTextFontName, VCGetTextHeight, VCGetTextItalic, VCGetTextItalicValue, VCGetTextJustify, VCGetTextLayer, VCGetTextLineSpace, VCGetTextProSpacing, VCGetTextRot, VCGetTextUnderline