KControls

From Free Pascal wiki
Revision as of 13:07, 1 September 2015 by Alextp (talk | contribs) (→‎Controls)
Jump to navigationJump to search

About

KControls is a set of components. Almost all controls are cross-IDE compatible (Delphi/C++Builder, Lazarus) and cross-platform compatible in Lazarus.

Download

Homepage: http://www.tkweb.eu/en/delphicomp/kcontrols.html

Controls

  • TKGrid - powerfull control for working with table data, replacement for TStringGrid and TDrawGrid - full compatibility and lot of new features
  • TKDBGrid - control for working with database tables, possible replacement for TDBGrid
  • TKMemo - native replacement for TMemo/TRichEdit - written from scratch, great features, full RTF support etc.
  • TKHexEditor - powerfull control for binary file editing
  • TKIcon - powerfull component for working with icons and cursors (files *.ico and *.cur, works only on Windows)
  • TKPrintPreview - control for displaying print preview, it is part of KControls built in printing capabilities, every visual control supports printing and previewing
  • TKPrintPreviewDialog - nonvisual component - dialog - for an easy print preview implementation
  • TKPrintSetupDialog - nonvisual component - dialog - for an easy implementation of printing preferences
  • TKCustomControl - a base for your visual controls, for which you want to implement e.g. printing and previewing capabilities in Delphi or Lazarus (just 2 short functions to write).
  • TKNumberEdit - edit control to input numbers in various formats
  • TKFileNameEdit - edit control to input file names
  • TKLinkLabel - label to show clickable link
  • TKGradientLabel - label with gradient background
  • TKLog - component for event logging
  • TKPercentProgressBar - custom drawn progress bar which shows actual percentage of the progress
  • TKBrowseFolderDialog - wrapper for the standard Windows API browse for folder dialog (works only on Windows)
  • TKBitBtn - like TBitBtn - draws PNG and alpha channel correctly in Delphi, has WordWrap property, works in Lazarus as well
  • TKColorButton - just another button to pick color

more