TdxGanttControlDataModelProperties.ProjectCreated Property
In This Article
Specifies the project creation date and time.
#Declaration
Delphi
property ProjectCreated: TDateTime read; write;
#Property Value
Type |
---|
TDate |
#Remarks
Use this property to obtain information about a project creation date and time. The data model uses the CreationDate attribute’s value to initialize the ProjectCreated property if you load a chart from an XML file.
See Also