Vcl.Touch.GestureCtrls.TGestureListView.ParentDoubleBuffered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentDoubleBuffered default False;

C++

__property ParentDoubleBuffered = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureListView

Description

ParentDoubleBuffered defers the DoubleBuffered property of this component to the value of the parent's DoubleBuffered property.

Vcl.Touch.GestureCtrls.TGestureListView.ParentDoubleBuffered inherits from Vcl.Controls.TWinControl.ParentDoubleBuffered. All content below this line refers to Vcl.Controls.TWinControl.ParentDoubleBuffered.

ParentDoubleBuffered defers the DoubleBuffered property of this component to the value of the parent's DoubleBuffered property.

ParentDoubleBuffered is a boolean indicating that the DoubleBuffered property of this component is overridden by the value of the parent's DoubleBuffered property.