DBAdaptImg.TCustomDataSetAdapterImageField

From RAD Studio API Documentation
Jump to: navigation, search

DBAdapt.TBaseDataSetAdapterImageFieldDBAdapt.TBaseDataSetAdapterFieldWebAdapt.TAdapterNamedField
TCustomDataSetAdapterImageField

Delphi

TCustomDataSetAdapterImageField = class(TBaseDataSetAdapterImageField,
IGetAdapterImage, IGetAdapterItemRequestParams,
IAdapterRequestHandler, IWebImageHREF)

C++

class PASCALIMPLEMENTATION TCustomDataSetAdapterImageField : public Dbadapt::TBaseDataSetAdapterImageField

Properties

Type Visibility Source Unit Parent
class public
DBAdaptImg.pas
DBAdaptImg.hpp
DBAdaptImg DBAdaptImg

Description

TCustomDataSetAdapterImageField is the base class for adapter field objects that represent a graphic field from a database.

TCustomDataSetAdapterImageField is the base class for all adapter field objects that represent graphics fields from a dataset (TGraphicField objects). TCustomDataSetAdapterImageField descendants are included as the fields of a dataset adapter (TDataSetAdapter) when that dataset adapter represents a database that includes graphics fields. TCustomDataSetAdapterImageField represents a single field from a database table, and enables server-side script to refer to or update that field's value.

Do not use TCustomDataSetAdapterImageField directly: it is intended only as a base class. Instead, use a TCustomDataSetAdapterImageField descendant such as TDataSetAdapterImageField, which publishes several of the properties and events that you can use at design time to bind the adapter field to the corresponding dataset field.

See Also

Personal tools
Translations