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

TDialogKind

TDialogKind - enumerated type for kind of dialog: open, save, pictureopen or picturesave

Declaration

Source position: editbtn.pas line 154

type TDialogKind = (

  dkOpen,

  

  dkSave,

  

  dkPictureOpen,

  

  dkPictureSave

  

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.