Vcl.Samples.DirOutln.TDirectoryOutline.SetTextCase
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.