Documentation Center

PslResData.ProcessEntry

Let Passolo process a new resource string. Before you can process any resource texts you must call PslResData.ProcessResource to create a resource, in which the resource string can be stored.

Before calling PslResData.ProcessEntry you must set the resource entry data by calling PslResData.SetEntryData.

Syntax

Expression.ProcessEntry as void

Expression Object of type PslResData

' Set the id of the resource entry
rd.SetEntryData(pslResUpdId, Trim(Left(s, delimiterpos - 1)))
' Set the text of the resource entry
rd.SetEntryData(pslResUpdText, Trim(Mid(s, delimiterpos + 1)))
' No control values defined yet, must be called with an empty string
rd. SetEntryData(pslResUpdCtrl, "")
' Let PASSOLO process the entry
rd.ProcessEntry