Browse Source

* lockcount property exposes flocks, Delphi compatibility verified. Mantis 8380

git-svn-id: trunk@12938 -
marco 16 years ago
parent
commit
9f3adee38e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-image/src/fpcanvas.pp

+ 1 - 0
packages/fcl-image/src/fpcanvas.pp

@@ -297,6 +297,7 @@ type
     procedure StretchDraw (x,y,w,h:integer; source:TFPCustomImage);
     procedure Erase;virtual;
     // properties
+    property LockCount: Integer read FLocks;
     property Font : TFPCustomFont read GetFont write SetFont;
     property Pen : TFPCustomPen read GetPen write SetPen;
     property Brush : TFPCustomBrush read GetBrush write SetBrush;