WebForm.TCustomAdapterActionButton.DisplayType
From RAD Studio VCL Reference
Contents |
Delphi Information
From WebForm.pas
property DisplayType: TCommandHTMLElementType read FDisplayType write FDisplayType;
Unit: WebForm
Type: property
Visibility: public
Member Of: TCustomAdapterActionButton
C++ Information
From WebForm.hpp
__property Webform::TCommandHTMLElementType DisplayType = {read=FDisplayType,write=FDisplayType};
Unit: WebForm
Type: property
Visibility: public
Member Of: TCustomAdapterActionButton
Description
Specifies the DisplayType of the generated HTML control.
DisplayType controls the type of HTML element that this Web item generates.
When DisplayType is ctDefault (the default), TCustomAdapterActionButton uses the element type that the associated adapter action suggests. Change DisplayType to generate a different type of control or set of controls.
When DisplayType is ctImage or ctEventImages, you must set the ImageProducer property to a component that can provide the image or images.