Code Monkey home page Code Monkey logo

vclex's Introduction

VclEx for Delphi

This library contains some VCL components with improved functionality for new versions of Delphi.

How to use

To compile and design projects that depend on this library inside IDE you need to install it first. To do so, open VclExtension.dproj, right click on it in the Projects window and choose Install. It will compile the package and add the visual component to the Components toolbar under Win32Ex page. To uninstall, go to Component -> Install Packages and remove "Vcl Extended Components" package.

When using in a VCL application make sure to add the sources (*.pas) to your project by going to Project -> Add to project.

The project was created in Delphi 10.3, although it should be possible to open it in older versions of Delphi (like XE8).

Demo

There is a demo application in the demo branch of this repository that highlights improvements to the components. You can compile it from the command line without installing the package.

ListViewEx

Fixes

  • Clear method didn't trigger OnSelectItems for items that are currently selected
  • AddItem wasn't showing the caption sometimes
  • Pressing Space checks/unchecks all selected items

New features

  • Accessing caption and subitems with Cell[i] without need to preallocate them
  • Items now store hints
  • Changing per-item background color
  • Add missing event for ending item editing
  • Feature to preserve selection when calling BeginUpdate/EndUpdate
  • Text searching functionality

New shortcuts

  • Crtl+A to select all items
  • Crtl+C to copy content of a main column
  • Crtl+Shift+C to copy content of all columns

FormEx

This component does not require installation. Use it as a base class when designing forms.

Changes

  • ShowModal now raises EAbortException when the dialog result is mrAbort
  • The form frees itself on close by default

New features

  • Stay-on-top checkbox in the window title menu

vclex's People

Contributors

diversenok avatar atkins126 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.