[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the application vendor name.
Source position: osutilsh.inc line 42
function VendorName: String; |
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.
If OnGetVendorName is not set, an empty string is returned.
|
Callback for the VendorName function. |
|
|
Prototype for OnGetVendorName event. |
lazarus-ccr.sourceforge.net |