TSignalBrowse::BlockAssign Property

__declspec(property(get = GetBlockAssign, put = SetBlockAssign)) bool BlockAssign;

Block streaming of specific properties when storing only a "template".

Read: virtual bool GetBlockAssign();
Write: virtual void SetBlockAssign(const bool Value);
Remarks:

If true, AllowStreaming will be returning false. See the description of this component for more info.

Declared in Dew::Math::TMtxComponent · Dew.Math/MtxBaseComp.h · Cross-compiler