Browse Source

Update bgrathemebutton.pas

Leandro Diaz 4 years ago
parent
commit
af23ad5ca6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bgrathemebutton.pas

+ 1 - 0
bgrathemebutton.pas

@@ -44,6 +44,7 @@ type
   public
     constructor Create(AOwner: TComponent); override;
   published
+    property Action;
     property ModalResult: TModalResult
       read FModalResult write FModalResult default mrNone;
     property Align;