This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
SET DOCUMENT PROPERTIES
|
SET DOCUMENT PROPERTIES ( document ; locked ; invisible ; created on ; created at ; modified on ; modified at ) | ||||||||
Parameter | Type | Description | ||||||
document | String |
![]() |
Document name or Full document pathname | |||||
locked | Boolean |
![]() |
Locked (True) or Unlocked (False) | |||||
invisible | Boolean |
![]() |
Invisible (True) or Visible (False) | |||||
created on | Date |
![]() |
Creation date | |||||
created at | Time |
![]() |
Creation time | |||||
modified on | Date |
![]() |
Last modification date | |||||
modified at | Time |
![]() |
Last modification time | |||||
The SET DOCUMENT PROPERTIES command changes the information about the document whose name or pathname you pass in document.
Before the call:
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.
_o_SET DOCUMENT CREATOR
_o_SET DOCUMENT TYPE
GET DOCUMENT PROPERTIES
Product: 4D
Theme: System Documents
Number:
478
Created: 4D v6
4D Language Reference ( 4D v20 R7)