Unit 'flcFileUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_fundamentals]

TFileCreationMode

Declaration

Source position: flcFileUtils.pas line 322

type TFileCreationMode = (

  fcCreateNew,

  

  fcCreateAlways,

  

  fcOpenExisting,

  

  fcOpenAlways,

  

  fcTruncateExisting

  

);



CT Web help

CodeTyphon Studio