[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 433

type TDialogKind = (

  dkOpen,

  

  dkSave,

  

  dkPictureOpen,

  

  dkPictureSave

  

);