RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IValuesListAdapter.GetListImage Method

Returns the image object associated with the current name/value pair.

Pascal
function GetListImage: TComponent;
C++
__fastcall TComponent * GetListImage();

GetListImage returns the object that represents an image associated with the current name/value pair. The image object is the component that responds to request messages which originate from an anchor tag in an HTML form that refers to the image. 

If the current name/value pair does not have an associated image, GetListImage returns nil (Delphi) or NULL (C++).

Note: GetListImage provides the support for the Image property of the values list adapter, which can be addressed by server-side script.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!