VCSetAtbDefLabelValue


Version:

1.2

Description:

Sets the value for a field label in the specified attribute.

Declaration:

 

C/C++

extern "C" void WINAPI VCSetAtbDefLabelValue(short* iError, char* szName, char* szLabel, char* Value, short iRec);

Delphi

procedure VCSetAtbDefLabelValue(var iError: Smallint; szName: PAnsiChar; szLabel PAnsiChar; Value: PAnsiChar; iRec: Smallint); stdcall;

ActiveX/COM

Sub SetAtbDefLabelValue(ByVal szName As String, ByVal szLabel As String, ByVal Value As String, ByVal iRec As Integer)

Parameters:

szName - the internal name for the attribute defintion
szLabel
- the label name to set the value
Value
- the value to attach to at the label
iRec
- the record number for the attribute

Notes:

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.

See Also:

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