RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseDataSetAdapterImageField Class

TBaseDataSetAdapteImageField is the base class for the TDataSetAdapterImageField.

Pascal
TBaseDataSetAdapterImageField = class(TBaseDataSetAdapterField);
C++
class TBaseDataSetAdapterImageField : public TBaseDataSetAdapterField;

To allow TDataSetAdapter to have an image field but not require that all applications built with TDataSetAdapter use jpeg units, the TDataSetAdapter has an indirect reference to the image field class. DBAdapt.pas contains a variable named DataSetAdapterImageFieldClass that references the class of the image field, which must be derived from TBaseDataSetAdapterImageField.variable. When the DBAdaptImage.pas unit is initialized, DataSetAdapterImageFieldClass is assigned a class reference to TDataSetAdapterImageField. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!