Back to Devexpress

cxGetResourceString(string) Method

vcl-dxcore-dot-cxgetresourcestring-x28-203445d9-x29.md

latest720 B
Original Source

cxGetResourceString(string) Method

Deprecated. This function exists for backward compatibility only. Call the cxGetResourceString(dxCore.TcxResourceStringID) function instead.

Declaration

delphi
function cxGetResourceString(const AResString: string): string;

Parameters

NameTypeDescription
AResStringstring

The target resource identifier.

|

Returns

TypeDescription
string

The resource string value.

|

See Also

dxCore Unit