Skip to main content

TdxSpreadSheetOptionsMetadata Members

Stores spreadsheet document metadata.

Constructors

Name Description
Create(TdxCustomSpreadSheet) Initializes a new instance of the TdxSpreadSheetOptionsMetadata class with specified settings.
Create(TPersistent) Creates a new TcxOwnedPersistent class descendant instance. Inherited from TcxOwnedPersistent.

Properties

Name Description
Created Specifies the spreadsheet document creation timestamp.
CreatedBy Specifies the name of a spreadsheet document’s original creator.
Description A spreadsheet document’s short description.
Keywords Specifies keywords associated with content of a spreadsheet document.
LastModified Specifies the timestamp of the most recent document content modification.
LastModifiedBy Specifies the name of a user who made the latest change to the content of a spreadsheet document.
LastPrinted Specifies the timestamp of the most recent document print operation.
Owner protected Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
Subject Specifies the subject of a spreadsheet document.
Title Specifies the title of a spreadsheet document.

Methods

Name Description
_AddRef protected The reference counter increment function of the interfaced property set. Inherited from TcxOwnedInterfacedPersistent.
_Release protected The reference counter decrement function of the interfaced property set. Inherited from TcxOwnedInterfacedPersistent.
Assign(TPersistent) Applies compatible settings from the specified source to the current property set. Inherited from TcxLockablePersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Postpones setting change notifications to the parent object until an EndUpdate or CancelUpdate procedure call. Inherited from TcxLockablePersistent.
CancelUpdate Re-enables change notifications and delays pending changes made in the component after a BeginUpdate procedure call until the next content or setting change. Inherited from TcxLockablePersistent.
DoAssign(TPersistent) protected Updates the persistent information container’s class-specific properties with the corresponding values obtained from another persistent information container. Inherited from TcxOwnedPersistent.
DoChanged protected Applies pending changes after an EndUpdate procedure call. Inherited from TcxLockablePersistent.
EndUpdate Applies all pending changes and redraws the parent object after a BeginUpdate procedure call. Inherited from TcxLockablePersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner protected Returns the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
HasData Identifies whether a spreadsheet document has metadata information.
Initialize Initializes a spreadsheet document’s metadata.
QueryInterface(TGUID,Untyped) protected Provides access to the implementation of the specified interface if the current persistent property set or information container supports it. Inherited from TcxOwnedInterfacedPersistent.
Reset Clears all metadata information.
ToString Inherited from TObject.
UpdateLastModificationData
UpdateLastPrinted Updates the timestamp of the most recent print operation.
See Also