Vcl.Themes.TStyleHook.GetStringPropValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStringPropValue(const PropName: string): string;

C++

System::UnicodeString __fastcall GetStringPropValue(const System::UnicodeString PropName);

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleHook

Description

Gets the property value for the given property. GetStringPropValue returns the value of a property as a string.

See Also