VCGetCurEntAtbRecLabel


Version:

1.2

Description:

 VCGetCurEntAtbRecLabel returns the label for the attribute at the field index.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetCurEntAtbRecLabel(short* iError, short iWhichAtb, short iWhichRec, char* pLabel);

Delphi

function VCGetCurEntAtbRecLabel(var iError: Smallint; iWhichAtb: Smallint; iWhichRec: Smallint; var pLabel: PAnsiChar):Smallint; stdcall;

ActiveX/COM

Function GetCurEntAtbRecLabel(ByVal iWhichAtb As Integer, ByVal iWhichRec As Integer) As String

Parameters:

iWhichAtb - attribute index
iWhichRec -
the field index for the label
pLabel
- the returned label

Notes:

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. To modify the attribute definition, use VCGetAtbDef* and VCSetAtbDefLabelValue.

See Also:

VCGetAtbDefLabel, VCGetAtbDefRecordCount, VCGetAtbDefValue, VCGetAtbFont, VCGetAtbInternalName, VCGetCurEntAtbCount, VCGetCurEntAtbRecCount, VCGetCurEntAtbRecValue , VCSetAtbDefLabelValue