[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGObject2' (#lcl)

TGParamSpecULong

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

Declaration

Source position: lazgobject2.pas line 998

type TGParamSpecULong = object(TGParamSpec)

  minimum: gulong;

  

  maximum: gulong;

  

  default_value: gulong;

  

end;

Inheritance

TGParamSpecULong

  

TGParamSpec