[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'fpg_panel' (#fpgui)

TfpgGroupBox

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Draws a panel width a caption

Declaration

Source position: fpg_panel.pas line 185

type TfpgGroupBox = class(TfpgAbstractPanel)

public

  constructor Create(); override;

  destructor Destroy; override;

  function GetClientRect; override;

  property Font: TfpgFont; [r]

published

  property AcceptDrops: Boolean;

  property Align: TAlign;

  property Alignment: TAlignment; [rw]

  property BackgroundColor: TfpgColor;

  property BorderStyle: TPanelBorder;

  property Enabled: Boolean;

  property FontDesc: string; [rw]

  property Height: TfpgCoord;

  property Hint: TfpgString;

  property Left: TfpgCoord;

  property Margin: Integer; [rw]

  property MaxHeight: TfpgCoord;

  property MaxWidth: TfpgCoord;

  property MinHeight: TfpgCoord;

  property MinWidth: TfpgCoord;

  property ParentShowHint: Boolean;

  property ShowHint: Boolean;

  property Style: TPanelStyle;

  property Text: string; [rw]

  property TextColor: TfpgColor;

  property Top: TfpgCoord;

  property Width: TfpgCoord;

  property OnClick: TNotifyEvent;

  property OnDoubleClick: TMouseButtonEvent;

  property OnDragDrop: TfpgDragDropEvent;

  property OnDragEnter: TfpgDragEnterEvent;

  property OnDragLeave: TNotifyEvent;

  property OnDragStartDetected: TNotifyEvent;

  property OnMouseDown: TMouseButtonEvent;

  property OnMouseMove: TMouseMoveEvent;

  property OnMouseScroll: TMouseWheelEvent;

  property OnMouseUp: TMouseButtonEvent;

  property OnPaint: TPaintEvent;

  property OnShowHint: THintEvent;

end;

Inheritance

TfpgGroupBox

  

Draws a panel width a caption

|

TfpgAbstractPanel

  

Base class for a Panel, Bevel etc

|

TfpgWidget

  

This forms the basis of any visual widget in fpGUI

|

TfpgWindow

  

Encapsulates a top level or child window

|

TfpgWindowImpl

  

Maps to a backend specific base class

|

TfpgX11Window

  

Implements XLib specific windowing functionality

|

TfpgWindowBase

  

Abstract class use for representing a Window or Widget

|

TfpgComponent

  

A descendant of the FPC TComponent class

|

TComponent

?

TObject

Description

Draws a panel width a caption. This is similar in functionality to the TfpgPanel, but the Text label is drawn in the border of the panel, whereas in the TfpgPanel in is drawn within the client area.

This widget is frequently used to hold radiobutton groups.

See also

TfpgPanel

  

Draws a panel with various borders and has a text label


Documentation generated on: 2015-04-04