AttrValue Property
The attribute value.
Syntax
__property String AttrValue[int AttrIndex] = {read=FAttrValue, write=FSetAttrValue}; __property RawByteString AttrValueB[int AttrIndex] = {read=FAttrValueB, write=FSetAttrValueB};
Default Value
""
Remarks
The attribute value.
The size of the array is controlled by the AttrCount property.
This property is not available at design time.
Data Type
Binary String