VCGetAtbDefRecordCount


Version:

1.2

Description:

Attributes are non-graphical data that can be attached to a symbol. The attribute 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. VCGetAtbDefRecordCount returns the number of fields in the attribute definition.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetAtbDefRecordCount(short* iError, char* szName);

Delphi

function VCGetAtbDefRecordCount(var iError: Smallint; szName: PAnsiChar):Smallint; stdcall;

ActiveX/COM

Function GetAtbDefRecordCount(ByVal szName As String) As Integer

Parameters:

szName - the internal name of the attribute

Notes:

 

See Also:

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