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

TfpgFrame

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

A panel that acts like an embedded Form

Declaration

Source position: fpg_panel.pas line 247

type TfpgFrame = class(TfpgAbstractPanel)

public

  procedure AfterConstruction; override;

  procedure AfterCreate; virtual;

  procedure Close;

  procedure Show;

published

  property AcceptDrops: Boolean;

  property Align: TAlign;

  property BackgroundColor: TfpgColor;

  property BorderStyle: TPanelBorder;

  property Enabled: Boolean;

  property Height: TfpgCoord;

  property Hint: TfpgString;

  property Left: TfpgCoord;

  property MaxHeight: TfpgCoord;

  property MaxWidth: TfpgCoord;

  property MinHeight: TfpgCoord;

  property MinWidth: TfpgCoord;

  property ParentBackgroundColor: Boolean;

  property ParentShowHint: Boolean;

  property ShowHint: Boolean;

  property Style: TPanelStyle;

  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 OnClose: TNotifyEvent; [rw]

  property OnCreate: TNotifyEvent; [rw]

  property OnMouseDown: TMouseButtonEvent;

  property OnMouseMove: TMouseMoveEvent;

  property OnMouseUp: TMouseButtonEvent;

  property OnPaint: TPaintEvent;

  property OnShow: TNotifyEvent; [rw]

  property OnShowHint: THintEvent;

end;

Inheritance

TfpgFrame

  

A panel that acts like an embedded Form

|

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

A panel that acts like an embedded Form. This widget should be used (instead of TfpgForm), if you want to embed a reusable "form" inside other forms. You are able to design such frames with the UI designer too.

See also

fpg_form.TfpgForm


Documentation generated on: 2015-04-04