Command PV GET DOCUMENT INFO

4D View

PV GET DOCUMENT INFO

version 6.8


PV GET DOCUMENT INFO (area; title; subject; author; company; comment; creationDate; creationTime; modificationDate; modificationTime)

ParameterTypeDescription
areaLongint4D View area
titleStringTitle of the document
subjectStringSubject of the document
authorStringAuthor of the document
companyStringCompany name
commentTextComment
creationDateDateCreation date
creationTimeTimeCreation time
modificationDateDateLast modification date
modificationTimeTimeLast 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

PV SET DOCUMENT INFO.