__declspec(property(get = GetCount, put = SetCount)) int Count;
Defines the size of the list.
Read:
int GetCount();Write:
virtual void SetCount(const int Value);Remarks:
Setting the property creates or destroys appropriate number of list items. In derived components the AddItem function should be overriden to return the custom type object.
Declared in Dew::Math::TMtxComponentList · Dew.Math/MtxBaseComp.h · Cross-compiler