Skip to main content

TdxOfficeImage.IsLoaded Property

Identifies if the Office image is loaded.

Declaration

property IsLoaded: Boolean read;

Property Value

Type
Boolean

Remarks

Normally, this property supports the internal infrastructure and is not intended to be used directly from your code.

The IsLoaded property returns False if the image has not been loaded yet from a file or external resource (if the image is inserted into a document by using the INCLUDEPICTURE document field, for instance); otherwise – True. The Rich Edit control uses this property to identify if a placeholder image should be displayed instead of the stored image in a rich text document.

See Also