RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIDispatchField Class

TIDispatchField represents an IDispatch field in a dataset.

Pascal
TIDispatchField = class(TInterfaceField);
C++
class TIDispatchField : public TInterfaceField;

TIDispatchField encapsulates the fundamental behavior common to fields that contain pointers to IDispatch interfaces as data.  

If you use the Fields editor at design time to create a persistent field component for the IDispatch field, you can access it by name at runtime. When using dynamic field components, you can access the TIDispatchField instance using the dataset's Fields property or FieldByName method. 

Maximum/minimum capacities? 

 

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