VCGetAtbDefLabel


Version:

1.2

Description:

Attributes are non-graphical data that can be attached to a symbol. The attributes are made up of fields represented by a label and a value. The label is a name for the attribute field and is designated when creating the attribute. The value is the value of the attribute field and can be edited after creating the attribute. VCGetAtbDefLabel returns the label at the specified field index.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetAtbDefLabel(short* iError, char* szName, char* szLabel, short iRec);

Delphi

function VCGetAtbDefLabel(var iError: Smallint; var szName: PAnsiChar; var szLabel: PAnsiChar; iRec: Smallint):Smallint; stdcall;

ActiveX/COM

Function GetAtbDefLabel(ByVal szName As String, ByVal iRec As Integer) As String

Parameters:

szName - the internal name of the attribute
szLabel
- the returned label name
iRec
- the field index for the label

Notes:

 

See Also:

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