Vcl.ScreenTips.TAllocatedActions.AddAction
Delphi
procedure AddAction(const aName: string; aScreenTipItem: TObject);
C++
void __fastcall AddAction(const System::UnicodeString aName, System::TObject* aScreenTipItem);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| procedure function | public | Vcl.ScreenTips.pas Vcl.ScreenTips.hpp | Vcl.ScreenTips | TAllocatedActions | 
Beschreibung
Fügt der Liste eine Aktion hinzu.
Mit AddAction wird der Liste eine Aktion mit einem bestimmten Namen (aName) und einer bestimmten QuickInfo (aScreenTipItem) hinzugefügt.