Vcl.Controls.TWinControlActionLink.AssignClient

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AssignClient(AClient: TObject); override;

C++

virtual void __fastcall AssignClient(System::TObject* AClient);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControlActionLink

Beschreibung

Gibt das Client-Steuerelement an.

TWinControlActionLink überschreibt AssignClient so, dass als Client ein Nachkomme von TWinControl festgelegt wird.