Vcl.Samples.DirOutln.TDirectoryOutline.AssignCaseProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignCaseProc;

C++

void __fastcall AssignCaseProc();

Properties

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

Description

Sets the function for case conversion.

AssignCaseProc assigns the function used to convert a string to uppercase or lowercase. The function is set only if TextCase is tcLowerCase or tcUpperCase.

See Also