Vcl.Controls.TControl.SendDockNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SendDockNotification(Msg: Cardinal; WParam, LParam: THandle);

C++

void __fastcall SendDockNotification(unsigned Msg, NativeUInt WParam, NativeUInt LParam);

Eigenschaften

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

Beschreibung

Sendet eine Windows-Botschaft an den Andockstandort des Steuerelements.

Mit SendDockNotification kanne eine Windows-Botschaft an den Andockstandort des Steuerelements gesendet werden.

SendDockNotification wird automatisch aufgerufen, wenn der Text oder die Sichtbarkeit des Steuerelements geändert wird.

Siehe auch