Vcl.StdCtrls.TButtonControl.CanUseDoubleBuffering

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanUseDoubleBuffering: Boolean; override;

C++

virtual bool __fastcall CanUseDoubleBuffering();

Properties

Type Visibility Source Unit Parent
function public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButtonControl

Description

Method used for the DoubleBuffered property.


Method used for the DoubleBuffered property.

See Also