DEADSOFTWARE

Holmes: UI cosmetix
[d2df-sdl.git] / src / gx / gh_ui.pas
index 72008e0233a0cfe8d88b1360e95de059bf0229f7..9027758fedba90270ae400d49ba50bfd554f0f9a 100644 (file)
@@ -341,6 +341,7 @@ type
   public
     property caption: AnsiString read mCaption write setCaption;
     property hasFrame: Boolean read mHasFrame write setHasFrame;
+    property captionAlign: Integer read mHAlign write mHAlign;
   end;
 
   TUIHBox = class(TUIBox)