Skip to content

Delphi implementation of Windows Application Desktop Toolbar

Notifications You must be signed in to change notification settings

kami-soft/ApplicationDesktopToolbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ApplicationDesktopToolbar

Delphi implementation of Windows Application Desktop Toolbar

This project is inheritor of TAppBar component with lot of modifications for support latest Delphi versions (tested on XE2..10.2),

Remove hints & warnings, use new constructions, add multi-monitor support, simplify code.

Source Readme file still exists (AppBar14.txt)

How to use:

  1. Add AppBar unit to uses in interface section after VCL.Forms.
  2. Set BorderStyle to bsNone (you can leave it as is, but bsNone is recommended value)

properties

  • Edge : TAppBarEdge. Edge to dock on. It can assume one of the following values: abeLeft, abeTop, abeRight, abeBottom, abeUnknown, abeFloat.
  • Autohide: boolean. Used with docked form (Edge = abeLeft..abeBottom). If True then form minimizes when another window activated
  • AppbarWidth and AppbarHeight: integer. Used to control size of docked form.
  • DragByMouse: Boolean. Allow / disable drag form by mouse. This property also used to automatic docking form when mouse moved too close to edge.

events

  • OnEdgeChange: used to allow / decline change Edge property

About

Delphi implementation of Windows Application Desktop Toolbar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages