Unit 'Spin' Package
[Overview][Classes][Procedures and functions][Index] [#lcl]

TCustomSpinEdit

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

Declaration

Source position: spin.pp line 146

type TCustomSpinEdit = class(TCustomFloatSpinEdit)

protected

  procedure SetMaxValue(); virtual; overload;

  

  procedure SetMinValue(); virtual; overload;

  

  procedure SetIncrement(); virtual; overload;

  

  procedure SetValue(); virtual; overload;

  

public

  constructor Create(); override;

  

  function GetLimitedValue(); override;

  

  property Value: Integer; [rw]

  

  property MinValue: Integer; [rw]

  

  property MaxValue: Integer; [rw]

  

  property Increment: Integer; [rw]

  

end;

Inheritance

TCustomSpinEdit

  

|

TCustomFloatSpinEdit

  

|

TCustomEdit

  

The base class for controls presenting editable text.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio