Class TBrowserType (unit BrowsCap)
Inherits from
TComponent
Constructors
constructor Create(AOwner: TComponent);
Functions
destructor Destroy;
function GetActiveXControls: boolean;
function GetBackgroundSounds: boolean;
function GetBeta: boolean;
function GetBrowser: string;
function GetCookies: boolean;
function GetCount: integer;
function GetFrames: boolean;
function GetJavaApplets: boolean;
function GetJavaScript: boolean;
function GetKey(Index: integer): string;
function GetMajorVer: integer;
function GetMinorVer: integer;
function GetPlatform: string;
function GetTables: boolean;
function GetValue(const Index: variant): variant;
function GetVBScript: boolean;
function GetVersion: string;
procedure ReadUserAgentInfo;
procedure SetBrowserCap(const Value: string);
procedure SetUserAgent(const Value: string);
Properties
property ActiveXControls : boolean
property BackgroundSounds : boolean
property Beta : boolean
property Browser : string
property BrowserCap : string
property Cookies : boolean
property Count : integer
property Frames : boolean
property JavaApplets : boolean
property JavaScript : boolean
property Keys : string
property MajorVer : integer
property MinorVer : integer
property Platform : string
property Tables : boolean
property UserAgent : string
property Values : variant
property VBScript : boolean
property Version : string
Events
Variables
FBrowserCap : string;
FUserAgent : string;
FValues : TStringList;
Constructors
constructor Create(AOwner: TComponent);
Functions
destructor Destroy;
function GetActiveXControls: boolean;
function GetBackgroundSounds: boolean;
function GetBeta: boolean;
function GetBrowser: string;
function GetCookies: boolean;
function GetCount: integer;
function GetFrames: boolean;
function GetJavaApplets: boolean;
function GetJavaScript: boolean;
function GetKey(Index: integer): string;
function GetMajorVer: integer;
function GetMinorVer: integer;
function GetPlatform: string;
function GetTables: boolean;
function GetValue(const Index: variant): variant;
function GetVBScript: boolean;
function GetVersion: string;
procedure ReadUserAgentInfo;
procedure SetBrowserCap(const Value: string);
procedure SetUserAgent(const Value: string);
Properties
property ActiveXControls : boolean
property BackgroundSounds : boolean
property Beta : boolean
property Browser : string
property BrowserCap : string
property Cookies : boolean
property Count : integer
property Frames : boolean
property JavaApplets : boolean
property JavaScript : boolean
property Keys : string
property MajorVer : integer
property MinorVer : integer
property Platform : string
property Tables : boolean
property UserAgent : string
property Values : variant
property VBScript : boolean
property Version : string
Events
Variables
FBrowserCap : string;
FUserAgent : string;
FValues : TStringList;