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

TGOptionErrorFunc

Declaration

Source position: lazglib2.pas line 3146

type TGOptionErrorFunc = procedure(

  context: PGOptionContext;

  group: PGOptionGroup;

  user_data: gpointer;

  error: PPGError

);