Vcl.Samples.DirOutln.TDirectoryOutline.TextCase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextCase: TTextCase  read FTextCase write SetTextCase default tcLowerCase;

C++

__property TTextCase TextCase = {read=FTextCase, write=SetTextCase, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln TDirectoryOutline

Description

Specifies the case for the directory labels.

Use TextCase to get or set the case of the directory labels in the outline.

TextCase can have three possible values: tcLowerCase, tcUpperCase, or tcAsIs.

See Also