VCGetCurEntAtbRecValue
VCSetCurEntAtbRecValue


Version:

1.2

Description:

VCGetCurEntAtbRecValue returns the value for the attribute at the field index.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetCurEntAtbRecValue(short* iError, short iWhichAtb, short iWhichRec, char* pValue);
extern "C" void WINAPI VCSetCurEntAtbRecValue(short* iError, short iWhichAtb, short iWhichRec, char* pValue);

Delphi

function VCGetCurEntAtbRecValue(var iError: Smallint; iWhichAtb: Smallint; iWhichRec: Smallint; var pValue: PAnsiChar):Smallint; stdcall;

ActiveX/COM

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

Parameters:

iWhichAtb - attribute index
iWhichRec
- the field index for the label
pValue
- the returned value

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