[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'objpas' (#rtl)

LoadResString

Load resource string

Declaration

Source position: objpas.pp line 113

function LoadResString(

  p: PResStringRec

):AnsiString;

Description

LoadResString loads a resource string based on the description in the p parameter, and returns the current value of the string. It is provided for Delphi compatibility but is otherwise unused in the Free Pascal RTL.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.