Vcl.ScreenTips.TAllocatedActions.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Delete(const aName: string; out aIndex: Integer): Boolean;

C++

bool __fastcall Delete(const System::UnicodeString aName, /* out */ int &aIndex);

Properties

Type Visibility Source Unit Parent
function public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TAllocatedActions

Description

Deletes an allocated action from the list.

Use Delete to delete an allocated action with the aName name. aIndex is the position of the action in the list.

See Also