[Overview][Classes][Procedures and functions][Index] |
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; |