clVector::Caption Property

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

Read: DewString GetCaption() const;
Write: void SetCaption(const DewString &Value) const;
Declared in Dew::Math::clVector · Dew.Math/clMtxExpr.h · Cross-compiler