VCGetCurEntAtbRecCount


Version:

1.2

Description:

VCGetCurEntAtbRecCount returns the number of records in the attribute.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetCurEntAtbRecCount(short* iError, short iWhichAtb);

Delphi

function VCGetCurEntAtbRecCount(var iError: Smallint; iWhichAtb: Smallint):Smallint; stdcall;

ActiveX/COM

Function GetCurEntAtbRecCount(ByVal iWhichAtb As Integer) As Integer

Parameters:

iWhichAtb - the index for the attribute
Returns
- a count for the number of records defining the attribute

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, VCGetCurEntAtbRecLabel, VCGetCurEntAtbRecValue, VCSetAtbDefLabelValue