Vcl.ScreenTips.TAssociateItemList.Remove

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Remove(Associate: TControl);

C++

void __fastcall Remove(Vcl::Controls::TControl* Associate);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TAssociateItemList

Beschreibung

Entfernt eine TAssociateItem-Instanz aus der Liste.

Mit Remove wird eine TAssociateItem-Instanz mit dem im Parameter Associate angegebenen zugeordneten Steuerelement (Associate) aus der Liste entfernt.

Siehe auch