RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TImageFieldGetParamsEvent Type

TImageFieldGetParamsEvent is the type for event handlers that supply a set of parameters to identify the value of an image field.

Pascal
TImageFieldGetParamsEvent = procedure (Sender: TObject; Params: TStrings) of object;
C++
(Sender: TObject; Params: TStrings) ( TImageFieldGetParamsEvent)();

TImageFieldGetParamsEvent is the type for the OnGetParams event handler of an adapter field whose value is an image. This event handler lets you supply a set of parameters that uniquely identify the image that is the adapter field's value. 

Sender is the adapter field object that represents an image. 

Params is a string list to which the event handler adds parameter values. The strings should have the form ParamName=ParamValue. 

 

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