TMtxInt::Caption Property

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

Caption.

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

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

Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler