ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Word Processing functions / Types of variables
  • Properties specific to the description of docProperty variables
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The docProperty type is used to define the properties of a Word Processing document. The characteristics of these properties can be defined and modified by several WLanguage properties.
CAUTION: This type must not be used directly. It must only be used via Document variables.
Remark: The document properties are used for some calculated controls that can be included in the document.
Remarks

Properties specific to the description of docProperty variables

The following properties can be used to handle a docProperty variable:
Property nameType usedEffect
AuthorCharacter stringAuthor of document.
CategoryCharacter stringCategory of document.
CommentCharacter stringComment associated with document.
CompanyCharacter stringCompany that created the document.
ContentStatusCharacter stringStatus of document: draft, reviewed, ...
DateCreatedDate and timeDate and time of document creation.
This property is read-only.
This property corresponds to "CreationDate" in previous versions.
KeywordCharacter stringKeyword associated with document.
LastModificationDateDate and timeDate and time of last document modification.
This property is read-only.
RevisionCharacter stringNumber of document revisions.
This property is read-only.
SubjectCharacter stringDocument subject.
TitleCharacter stringTitle of document.
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/13/2022

Send a report | Local help