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 of the attribute field and can be edited after creating the attribute. VCGetAtbDefValue returns the value at the specified field index. |
Declaration: |
|
C/C++ |
extern "C" short WINAPI VCGetAtbDefValue(short* iError, char* szName, char* Value, short iRec); |
Delphi |
function VCGetAtbDefValue(var iError: Smallint; var szName: PAnsiChar; var Value: PAnsiChar; iRec: Smallint):Smallint; stdcall; |
ActiveX/COM |
Function GetAtbDefValue(ByVal szName As String, ByVal iRec As Integer) As String |
Parameters: |
szName - the internal name
of the attribute |
Notes: |
|
See Also: |
VCGetAtbDefLabel, VCGetAtbDefRecordCount, VCGetAtbFont, VCGetAtbInternalName, VCGetCurEntAtbCount, VCGetCurEntAtbRecCount, VCGetCurEntAtbRecLabel, VCGetCurEntAtbRecValue |