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

TSaveColumnEvent

Declaration

Source position: grids.pas line 362

type TSaveColumnEvent = procedure(

  Sender: TObject;

  aColumn: TObject;

  aColIndex: Integer;

  aCfg: TXMLConfig;

  const aVersion: Integer;

  const aPath: string

) of object;