Data.Bind.Components.TActivatedContainedBindComponent.ApplyComponents
Delphi
procedure ApplyComponents; virtual;
C++
virtual void __fastcall ApplyComponents();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TActivatedContainedBindComponent |
Description
Virtual method to be implemented in subclasses in order to provide further functionality when the component is loaded into memory.
ApplyComponents is first executed when the LoadActivate method is called.