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

TfpgSpinEdit

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

Declaration

Source position: fpg_spinedit.pas line 167

type TfpgSpinEdit = class(TfpgAbstractSpinEdit)

public

  constructor Create(); override;

published

  property EditBackgroundColor: TfpgColor; [rw]

  property ButtonsBackgroundColor: TfpgColor;

  property ButtonWidth: Integer;

  property TextColor: TfpgColor; [rw]

  property NegativeColor: TfpgColor; [rw]

  property ArrowUpColor: TfpgColor;

  property ArrowDownColor: TfpgColor;

  property FontDesc: string; [rw]

  property MaxValue: Integer; [rw]

  property MinValue: Integer; [rw]

  property Increment: Integer; [rw]

  property LargeIncrement: Integer; [rw]

  property Value: Integer; [rw]

  property Hint: TfpgString;

  property TabOrder: Integer;

  property OnChange: TNotifyEvent;

  property OnEnter: TNotifyEvent;

  property OnExit: TNotifyEvent;

  property OnKeyPress: TKeyPressEvent;

  property OnMouseEnter: TNotifyEvent;

  property OnMouseExit: TNotifyEvent;

  property OnPaint: TPaintEvent;

  property OnShowHint: THintEvent;

end;

Inheritance

TfpgSpinEdit

|

TfpgAbstractSpinEdit

|

TfpgBevel

  

Draws a panel with various borders

|

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


Documentation generated on: 2015-04-04