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

TClipboardEventData

Declaration

Source position: gtkglobals.pp line 260

type TClipboardEventData = record

  TimeID: guint32;

  Waiting: Boolean;

  Stopping: Boolean;

  Data: TGtkSelectionData;

end;