Vcl.ComCtrls.TCustomTreeView.IsTouchPropertyStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsTouchPropertyStored(AProperty: TTouchProperty): Boolean; override;

C++

DYNAMIC bool __fastcall IsTouchPropertyStored(Vcl::Controls::TTouchProperty AProperty);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Checks whether the associated touch manager stored any of the given options.

Vcl.ComCtrls.TCustomTreeView.IsTouchPropertyStored inherits from Vcl.Controls.TControl.IsTouchPropertyStored. All content below this line refers to Vcl.Controls.TControl.IsTouchPropertyStored.

Checks whether the associated touch manager stored any of the given options.

IsTouchPropertyStored is used internally by the VCL framework to check whether the associated touch manager component has stored the given options. Do not call IsTouchPropertyStored directly. IsTouchPropertyStored is used primarily to ensure that controls that do not require gesturing are not storing useless data in the DFMs or executables.

See Also