Data.Bind.Components.TActivatedContainedBindComponent.ApplyComponents
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TActivatedContainedBindComponent |
Delphi
procedure ApplyComponents; virtual;
C++
virtual void __fastcall ApplyComponents();
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.