VCGetAtbFont
VCSetAtbFont


Version:

1.2

Description:

Sets the font that will be used for attributes. Special font characteristics, such as bold, italic and underline, are not available for attributes.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetAtbFont(short* iError, char* pS);
extern "C" void WINAPI VCSetAtbFont(short* iError, char* pS);

Delphi

function VCGetAtbFont(var iError: Smallint; var pS: PAnsiChar):Smallint; stdcall;
procedure VCSetAtbFont(var iError: Smallint; var pS: PAnsiChar); stdcall;

ActiveX/COM

Function GetAtbFont() As String
Sub SetAtbFont(ByVal pS As String)

Parameters:

pS - the attribute font name

Notes:

 

See Also:

VCGetAtbDefLabel, VCGetAtbDefRecordCount, VCGetAtbDefValue, VCGetAtbInternalName, VCGetCurEntAtbCount, VCGetCurEntAtbRecCount, VCGetCurEntAtbRecLabel, VCGetCurEntAtbRecValue