Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxOfficeImage.AssignFromSmartImage(TdxCustomSmartImage) Method

Populates the Office Image container from the specified Smart Image container.

#Declaration

Delphi
procedure AssignFromSmartImage(ASmartImage: TdxCustomSmartImage); override;

#Parameters

Name Type Description
ASmartImage TdxCustomSmartImage

The source image container.

#Remarks

Call the AssignFromSmartImage procedure to replace the Office Image container’s current content with the image stored in another Office Image, Smart Glyph, or Smart Image container passed as the ASmartImage parameter.

See Also