TimeStamp property |
Applies to
TWebDataItem
Declaration
Property TimeStamp : TDateTime;
Description
If the data is modified in the built-in editor, DateStamp would contain the time of modification. If the data was loaded from a file, it would be the timestamp of the file. In future versions this information may be passed to WebBrowser as a part of WSI response, but currently it is only used at design time to warn you on file updates.
|