TXButtonBar.ResourceFile Property

Returns or sets the file name of a resource library which button bar loads to display resources like buttons. The file name must include a complete path. When a resource library is set, the value of the Language property is ignored. See the chapter Technical Articles - Resources for more information. To avoid compatibility errors, resource libraries should have a unique file name and should be placed in the same directory as the application's executable file.

Syntax

   TXButtonBar.ResourceFile [= string]

Data Types

String.

Limitations

Run time only.

See Also