Browse Source

Add onclick property for button

lainz 5 years ago
parent
commit
7c0da712df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bgrathemebutton.pas

+ 1 - 0
bgrathemebutton.pas

@@ -37,6 +37,7 @@ type
     property Caption;
     property Enabled;
     property Font;
+    property OnClick;
   end;
 
 procedure Register;