Vcl.ScreenTips.TAllocatedActions.Exists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Exists(const aName: string): Boolean;

C++

bool __fastcall Exists(const System::UnicodeString aName);

Properties

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

Description

Verifies whether an action exists in the allocated action list.

Use Exists to verify whether the action with the aName name exists in the allocated action list. The method returns True if the action exists, and False otherwise.

See Also