Icon LocaleID Property

property LocaleID: Integer

The LocaleID property indicates the locale ID of the result set for the SQL SELECT statement currently specified in the SQL property. This property is only populated when the current SQL statement is a SELECT statement.

Information This property is only valid after the current SQL SELECT statement has been prepared by calling the Prepare method, or by executing the SQL statement using the Open or ExecSQL methods.
Image