cxGetResourceString(string) Method
Deprecated. This function exists for backward compatibility only. Call the cxGetResourceString(dxCore.TcxResourceStringID) function instead.
Declaration
function cxGetResourceString(const AResString: string): string;
Parameters
| Name | Type | Description |
|---|---|---|
| AResString | string | The target resource identifier. |
Returns
| Type | Description |
|---|---|
| string | The resource string value. |
See Also