[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TWidgetArrayInfo

Declaration

Source position: layouts.inc line 39

type TWidgetArrayInfo = record

  min: Integer;

  

  def: Integer;

  

  max: Integer;

  

  MinFlag: Boolean;

  

  MaxFlag: Boolean;

  

end;