__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 MatrixInt. This can be usefull for associating description with data when making a user interface.
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler