WebForm.TCustomAdapterDisplayField.DisplayWidth

From RAD Studio VCL Reference
Jump to: navigation, search

Delphi Information

From WebForm.pas

	property DisplayWidth: Integer read FDisplayWidth write FDisplayWidth;


Unit: WebForm

Type: property

Visibility: public

Member Of: TCustomAdapterDisplayField

C++ Information

From WebForm.hpp

	__property int DisplayWidth = {read=FDisplayWidth,write=FDisplayWidth};


Unit: WebForm

Type: property

Visibility: public

Member Of: TCustomAdapterDisplayField

Description

Specifies the width, in characters, of the generated HTML field.


Use DisplayWidth to control the width of the HTML field that displays record status information. By default, DisplayWidth is 1 because the TCustomAdapterDisplayField control values are one character (M for modified or I for inserted).

Personal tools
Translations
Newest Version