TCustomSignalDialog::Source Property

__property TMtxComponent*Source = {read = GetSource, write = SetSource};

The component for which a component editor should be displayed.

Read: virtual TMtxComponent *GetSource();
Write: virtual void SetSource(TMtxComponent *Value);
Declared in Dew::Math::Controls::VCL::TMtxDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only