System.Bindings.Outputs.TBindingOutput.GetLocationRec
Delphi
function GetLocationRec(const Location: ILocation; out LocationRec: TLocationRec): Boolean;
C++
bool __fastcall GetLocationRec(const System::Bindings::Evalprotocol::_di_ILocation Location, /* out */ TLocationRec &LocationRec);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Bindings.Outputs.pas System.Bindings.Outputs.hpp |
System.Bindings.Outputs | TBindingOutput |
Description
Obtains supplementary information about a given location.
The GetLocationRec method returns supplementary information about a given location.
Location is the location for which the information is going to be returned.
LocationRec is the supplementary information returned for the given location.
GetLocationRec returns True if the supplementary location information has been successfully returned, False otherwise. If False is returned, then LocationRec must not be used as if it contained valid information.