Skip to main content
Version: Next

SET DOCUMENT PROPERTIES

SET DOCUMENT PROPERTIES ( document ; locked ; invisible ; created on ; created at ; modified on ; modified at )

ParameterTypeDescription
documentString🡒Document name or Full document pathname
lockedBoolean🡒Locked (True) or Unlocked (False)
invisibleBoolean🡒Invisible (True) or Visible (False)
created onDate🡒Creation date
created atTime🡒Creation time
modified onDate🡒Last modification date
modified atTime🡒Last modification time

Description

The SET DOCUMENT PROPERTIES command changes the information about the document whose name or pathname you pass in document.

Before the call:

  • Pass True in locked to lock the document. A locked document cannot be modified. Pass False in locked to unlock a document.
  • Pass True in invisible to hide the document. Pass False in invisible to make the document visible in the desktop windows.
  • Pass the document creation date and time in created on and created at.
  • Pass the document last modification date and time in modified on and modified at.

The dates and times of creation and last modification are managed by the file manager of your system each time you create or access a document. Using this command, you can change those properties for special purpose. See example for the command GET DOCUMENT PROPERTIES.

See also

_o_SET DOCUMENT CREATOR
_o_SET DOCUMENT TYPE
GET DOCUMENT PROPERTIES