Data.Bind.Components.TContainedBindComponent.DoReactivate
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TContainedBindComponent | |
Delphi
procedure DoReactivate(AIsActive: TFunc<Boolean>;
ASetActive: TProc<Boolean>; ASetAutoActivate: TProc<Boolean>);
C++
void __fastcall DoReactivate(System::DelphiInterface<System::Sysutils::TFunc__1<bool> > AIsActive, System::DelphiInterface<System::Sysutils::TProc__1<bool> > ASetActive, System::DelphiInterface<System::Sysutils::TProc__1<bool> > ASetAutoActivate);
Description
Embarcadero Technologies does not currently have any additional information.