Data.DB.TBlobField.DisplayValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TBlobField

Delphi

property DisplayValue: TBlobDisplayValue read FDisplayValue write SetDisplayValue default dvDefault;

C++

__property TBlobDisplayValue DisplayValue = {read=FDisplayValue, write=SetDisplayValue, default=0};

Description

Specifies a mode of behavior of TBlobField in the DB-aware controls.

This property is a value of the TBlobDisplayValue type. Use this property to specify a mode of behavior of TBlobField in the DB-aware controls.

See Also