TWndActImage 1.0

By Alex Gorn.

Freeware 28 Jan 2009

In category

Components > Forms > Appearence

Description

This is an extension of standard TImage. It can react on clicks and drag action the same way as form border or form caption does. It gives possibility to resize/move Form by clicking and dragging the instance of TWndActImage object. This component can be very useful if you want to create form without border and caption but wish to give to the user possibility to move and to resize it using custom designed controls. There are two additional properties comparing to standard TImage. ShowWndContent – specifies if the window content must be shown during the drag/resize process. ClickTarget – specifies the role of TWndActImage object as part of the form border. Possible values are:
  • atCaption – Window caption (move window)
  • atBorderTop – Top part of the form border (resize up/down)
  • atBorderRight – Right of the form border (resize left/right)
  • atBorderBottom – Bottom of the form border (resize up/down)
  • atBorderLeft – Left of the form border (resize left/right)
  • atCornerTopRight – Top-Right corner of the form
  • atCornerTopLeft – Top-Left corner of the form
  • atCornerBottonRight – Bottom-Right corner of the form
  • atCornerBottomLeft – Bottom-Left corner of the form
  • atNone – do nothing.

Informations

  • Status: Fully functional
  • Source: FW
  • Size: 218 138kB

Platforms:

  • C++ Builder 6
  • Delphi 3
  • Delphi 4
  • Delphi 5
  • Delphi 7

Downloads