__declspec(property(get = GetCaption, put = SetCaption)) DewString Caption;
Vector Caption.
Read:
DewString GetCaption() const;Write:
void SetCaption(const DewString &value) const;Remarks:
Use this property to set/get the string caption for the vector. This can be usefull for associating description with data when making a user interface.
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler