Vcl.ListActns.TListControlItems.CaseSensitive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CaseSensitive: Boolean read FCaseSensitive write FCaseSensitive default False;

C++

__property bool CaseSensitive = {read=FCaseSensitive, write=FCaseSensitive, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TListControlItems

Description

Controls whether items are sorted in a case-sensitive or case-insensitive manner.

Use CaseSensitive to indicate whether the case of item captions should be considered when sorting the items in the list.

See Also