| property RaveBlobDateTime: TDateTime; |
| Returns the date and time that a report project was last loaded into the application form. This is not the date and time of the file that was loaded, but rather the date and time that the loading action was performed. If no report project is loaded, the value will be equal to 0.0. |
| Label1.Caption := DateTimeToStr(RvProject1.RaveBlobDateTime); |
| Label1->Caption = DateTimeToStr(RvProject1->RaveBlobDateTime);
|
|