[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'MufasaTypes' (#Simba)

TColourPickEvent

Declaration

Source position: mufasatypes.pas line 139

type TColourPickEvent = procedure(

  Sender: TObject;

  const Colour: Integer;

  const colourx: Integer;

  const coloury: Integer

) of object;