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

VendorName

Returns the application vendor name.

Declaration

Source position: osutilsh.inc line 42

function VendorName: String;

Description

VendorName returns the application vendor name. This function does not do anything by itself, but uses the OnGetVendorName callback to get the application vendor name.

Errors

If OnGetVendorName is not set, an empty string is returned.

See also

OnGetVendorName

  

Callback for the VendorName function.

TGetVendorNameEvent

  

Prototype for OnGetVendorName event.

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