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

TfpgPanel

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

Declaration

Source position: fpg_panel.pas line 112

type TfpgPanel = class(TfpgAbstractPanel)

public

  constructor Create(); override;

  destructor Destroy; override;

  function GetClientRect; override;

  property Font: TfpgFont; [r]

published

  property AcceptDrops;

  property Align;

  property Alignment: TAlignment; [rw]

  property BackgroundColor;

  property BorderStyle;

  property Enabled;

  property FontDesc: ; [rw]

  property Height;

  property Hint;

  property Layout: TLayout; [rw]

  property Left;

  property LineSpace: Integer; [rw]

  property Margin: Integer; [rw]

  property MaxHeight;

  property MaxWidth;

  property MinHeight;

  property MinWidth;

  property ParentBackgroundColor;

  property ParentShowHint;

  property ShowHint;

  property Style;

  property Text: ; [rw]

  property TextColor;

  property Top;

  property Width;

  property WrapText: Boolean; [rw]

  property OnClick;

  property OnDoubleClick;

  property OnDragDrop;

  property OnDragEnter;

  property OnDragLeave;

  property OnDragStartDetected;

  property OnMouseDown;

  property OnMouseMove;

  property OnMouseScroll;

  property OnMouseUp;

  property OnPaint;

  property OnResize;

  property OnShowHint;

end;

Inheritance

TfpgPanel

|

TfpgAbstractPanel

|

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


Documentation generated on: 2013-04-29