TROPoweredByRemObjectsButton
Overview
TROPoweredByButton is a visual component that shows an image button with the Remoting SDK logo and the text "powered by Remoting SDK". You can use it in your application's About box to let users know that your application was build with Remoting SDK or Data Abstract.
Clicking the button will open the RemObjects Software homepage (www.remobjects.com) in the user's default web browser.
The ApplicationType property toggles the display between the "Client" and "Server" logo.
Location
- Unit: uROPoweredByRemObjectsButton.pas
- Ancestry: TGraphicControl | TROPoweredByRemObjectsButton
constructor Create override
Standard component constructor
constructor Create(aOwner: TComponent)
Parameters:
- aOwner: Owner.
Anchors
property Anchors:
ApplicationType
Toggles the display between the "Client" and "Server" logo.
property ApplicationType: TROPoweredByType read write
Bitmap protected
property Bitmap: TBitmap read
Click override
procedure Click
GetBitmap protected virtual
procedure GetBitmap
Height
property Height: Byte read write
Paint override
procedure Paint
SetBounds override
procedure SetBounds(ALeft: Integer; ATop: Integer; AWidth: Integer; AHeight: Integer)
Parameters:
- ALeft:
- ATop:
- AWidth:
- AHeight:
Width
property Width: Byte read write
WMEraseBkgnd protected message
procedure WMEraseBkgnd(var Msg: TWMEraseBkgnd)
Parameters:
- Msg:
Anchors
property Anchors:
ApplicationType
Toggles the display between the "Client" and "Server" logo.
property ApplicationType: TROPoweredByType read write
Bitmap protected
property Bitmap: TBitmap read
Height
property Height: Byte read write
Width
property Width: Byte read write
constructor Create override
Standard component constructor
constructor Create(aOwner: TComponent)
Parameters:
- aOwner: Owner.
Click override
procedure Click
GetBitmap protected virtual
procedure GetBitmap
Paint override
procedure Paint
SetBounds override
procedure SetBounds(ALeft: Integer; ATop: Integer; AWidth: Integer; AHeight: Integer)
Parameters:
- ALeft:
- ATop:
- AWidth:
- AHeight:
WMEraseBkgnd protected message
procedure WMEraseBkgnd(var Msg: TWMEraseBkgnd)
Parameters:
- Msg: