TOpenCLVector::Caption Property

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

Stores optional label.

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