Matrix::Caption Property

__declspec(property(get = GetCaption, put = SetCaption)) DewString Caption;

Object caption.

Read: DewString GetCaption() const;
Write: void SetCaption(const DewString &value) const;
Remarks:

Use this property to set/get the object string caption. This can be usefull for associating description with data when making a user interface.

Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler