Vcl.ValEdit.TValueListEditor.DisplayOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayOptions: TDisplayOptions read FDisplayOptions

C++

__property TDisplayOptions DisplayOptions = {read=FDisplayOptions, write=SetDisplayOptions, default=7};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Controls aspects of the value list editor's appearance.

Use DisplayOptions to control whether titles appear at the top of the columns in the value list editor and how the control responds when it is resized.

See Also