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

TfpgCheckBox

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

Declaration

Source position: fpg_checkbox.pas line 71

type TfpgCheckBox = class(TfpgBaseCheckBox)

published

  property Align: TAlign;

  property BackgroundColor: TfpgColor;

  property BoxLayout: TBoxLayout;

  property Checked: Boolean;

  property Enabled: Boolean;

  property FontDesc: string;

  property Height: TfpgCoord;

  property Hint: TfpgString;

  property Left: TfpgCoord;

  property MaxHeight: TfpgCoord;

  property MaxWidth: TfpgCoord;

  property MinHeight: TfpgCoord;

  property MinWidth: TfpgCoord;

  property ParentShowHint: Boolean;

  property ReadOnly: Boolean;

  property ShowHint: Boolean;

  property TabOrder: Integer;

  property Text: string;

  property TextColor: TfpgColor;

  property Top: TfpgCoord;

  property Width: TfpgCoord;

  property OnChange: TNotifyEvent;

  property OnEnter: TNotifyEvent;

  property OnExit: TNotifyEvent;

  property OnMouseDown: TMouseButtonEvent;

  property OnMouseExit: TNotifyEvent;

  property OnMouseEnter: TNotifyEvent;

  property OnMouseMove: TMouseMoveEvent;

  property OnMouseUp: TMouseButtonEvent;

  property OnShowHint: THintEvent;

end;

Inheritance

TfpgCheckBox

|

TfpgBaseCheckBox

|

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: 2015-04-04