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

TdxCustomSmartImage.LoadFromFieldValue(Variant) Method

Loads an image from the specified Variant value stored in a BLOB dataset field.

#Declaration

Delphi
procedure LoadFromFieldValue(const AValue: Variant);

#Parameters

Name Type
AValue Variant

#Remarks

This procedure interprets an accepted Variant value as an image that populates the empty Smart Image container or replaces the currently stored image. The AValue parameter value must contain a TGraphic image. A LoadFromFieldValue procedure call has no effect if the specified value is not a BLOB dataset field value or does not contain a TGraphic image.

See Also