Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FileIO Object : FileIOType Property
FileIOType Property
Description
Value of ENUM_FILE_IO_TYPES enumeration type which specifies the type of File I/O operation the object will perform.
Property type
Read-write property
Syntax
Visual Basic
Public Property FileIOType As ENUM_FILE_IO_TYPES
Remarks

Value of ENUM_FILE_IO_TYPES enumeration type which specifies the type of File I/O operation the object will perform. Possible values include the following:

  • PCD_FILE_OPEN = 0
  • PCD_FILE_CLOSE = 1
  • PCD_FILE_WRITELINE = 2
  • PCD_FILE_READLINE = 3
  • PCD_FILE_WRITECHARACTER = 4
  • PCD_FILE_READCHARACTER = 5
  • PCD_FILE_WRITEBLOCK = 6
  • PCD_FILE_READBLOCK = 7
  • PCD_FILE_REWIND = 8
  • PCD_FILE_SAVEPOSITION = 9
  • PCD_FILE_RECALLPOSITION = 10
  • PCD_FILE_COPY = 11
  • PCD_FILE_MOVE = 12
  • PCD_FILE_DELETE = 13
  • PCD_FILE_EXISTS = 14
  • PCD_FILE_DIALOG = 15

Read/write Enum_File_IO_Types enumeration.

See Also