Vcl.Samples.DirOutln.TDirectoryOutline.SetTextCase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTextCase(NewTextCase: TTextCase);

C++

void __fastcall SetTextCase(TTextCase NewTextCase);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln TDirectoryOutline

Description

Sets the case for directory labels.

SetTextCase is the protected write implementation of the TextCase property.

NewTextCase can have one of the following values: tcLowerCase, tcUpperCase, or tcAsIs.

See Also