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

CreateSpinEdit

Declaration

Source position: fpg_spinedit.pas line 239

function CreateSpinEdit(

  AOwner: TComponent;

  x: TfpgCoord;

  y: TfpgCoord;

  w: TfpgCoord;

  h: TfpgCoord;

  AMinValue: Integer = 0;

  AMaxValue: Integer = 100;

  AIncrement: Integer = 1;

  ALargeIncrement: Integer = 10;

  AValue: Integer = 0

):TfpgSpinEdit;


Documentation generated on: 2015-04-04