RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionButton.DisplayType Property

Specifies the DisplayType of the generated HTML control.

Pascal
property DisplayType: TCommandHTMLElementType;
C++
__property TCommandHTMLElementType DisplayType;

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. 

 

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