RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterImageField.OnGetParams Event

Provides name/value pairs that identify this adapter field's image.

Pascal
property OnGetParams: TImageFieldGetParamsEvent;
C++
__property TImageFieldGetParamsEvent OnGetParams;

Implement this event handler to provide name/value pairs that are needed to identify this adapter field's image file. OnGetParams is called while generating an HTML page with a URL reference to this adapter field's image. The parameters returned by OnGetParams will be passed to OnGetImage when the image file is requested. 

 

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