PV GET DOCUMENT INFO
version 6.8
PV GET DOCUMENT INFO (area; title; subject; author; company; comment; creationDate; creationTime; modificationDate; modificationTime)
Parameter | Type | Description | |
area | Longint | 4D View area | |
title | String | Title of the document | |
subject | String | Subject of the document | |
author | String | Author of the document | |
company | String | Company name | |
comment | Text | Comment | |
creationDate | Date | Creation date | |
creationTime | Time | Creation time | |
modificationDate | Date | Last modification date | |
modificationTime | Time | Last modification time |
Description
The PV GET DOCUMENT INFO command gets in the title, subject, author, company and comment parameters, the document information displayed in the 4D View area. This information could have been entered by the user or by programming using the PV SET DOCUMENT INFO command.
The command also returns in creationDate, creationTime, modificationDate and modificationTime information concerning the date and time or creation/modification of the document, and is automatically updated by the operating system when the document is saved.
Example
Refer to the example in the PV SET DOCUMENT INFO command.
See Also