Unit 'DBCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TDBImage.QuickDraw

QuickDraw - if True, quick drawing is implemented.

Declaration

Source position: dbctrls.pp line 1233

published property TDBImage.QuickDraw : Boolean
  read FQuickDraw
  write FQuickDraw
  default True;

Description

QuickDraw is a Boolean property which indicates if QuickDraw is enabled for the platform or OS. The default value for the property is True.

Remark: QucikDraw is not used in the current LCL implementation.