|
<< Click to Display Table of Contents >> Navigation: Classes > TBrowser > Methods > Match |
SIGNATURE=IW.Browser.Browser.TBrowser.Match@string@Single
ETYPE=Method
Declaration:
Delphi: |
public class function Match(AUserAgent: string; out AVersion: Single): Boolean; virtual; |
C++: |
public: virtual __fastcall bool Match(String AUserAgent, Single AVersion); |
Description: this method should be abstract, but due to a CPP Builder 2009/2010 bug, the resulting .hpp file won't contain the virtual keyword resulting in compile error "E2311: Non-virtual function 'function' declared pure (C++)".