Unit xhint

Composant TXHint version 1.0 (28/01/98) Par CRESTO Sylvain Copyright © 1997 CRESTO Sylvain cresto@mygale.org http://www.mygale.org/~cresto/ La Borde / 09230 Contrazy / France ---- Composant pour Delphi 2.0, 3.0x et C++ Builder 1.0. Ce composant fais apparaître une bulle d'aide affichant le texte contenu dans un contrôle Edit ou ComboBox lorsqu'il ne tient pas dans le contrôle. Vous n'avez qu'à placer ce composant sur votre fenêtre, et tous les composants Edit ou ComboBox de cette fiche dont la propriété ShowInt est mis à True auront cette caractéristique. Rien de plus simple! :) Je travaille actuellement sur une version qui supporte les contrôles ListBox, Treeview et Listview... passez sur mon site pour voir si elle est disponible si vous est intéressé! Remarque: Une fois ce composant placé sur votre feuille, vous ne devez plus utilisez l'événement Application.OnShowHint, l'utiliser empêcherez ce composant de fonctionner, utilisez à la place l'événement OnShowHint de ce composant, qui remplis exactement la même fonction. ---- Ce composant est un FREEWARE, vous pouvez l'utiliser dans tous vos programmes (commerciaux ou pas !) et les distribuer sans rien me devoir. Vous utilisez ce composant à vos risques et périls. Par contre vous * NE DEVEZ PAS * distribuer le code source * MODIFIÉ * de ce composant sans avoir eu au préalable mon accord. Merci. ------------- TXHint component version 1.0 (01/28/98) By CRESTO Sylvain Copyright © 1997 CRESTO Sylvain cresto@mygale.org http://www.mygale.org/~cresto/ La Borde / 09230 Contrazy / France ---- Component for Delphi 2.0, 3.0x and C++ Builder 1.0. This component displays item of an Edit or ComboBox control as a hint when his length exceed the length of the control. You have only to place this component on a form, and all the Edit and ComboBox components of this window will have this function. Nothing simpler! I'm actualy working on a new version who support ListBox, Treeview and ListView controls... Download it on my homepage in a few weeks... Notice: You should not use the Application.OnShowHint event when using this component, use OnShowHint event of this component instead. ---- This component is FREEWARE! No warranty is given by the author, expressed or implied. Do not distribute modified version without my agreement. thanks.

Classes

TAboutProperty -
TXHint -

Functions

Register -

Types

TOnShowHint

Constants

Variables


Functions


procedure Register;


Types


TOnShowHint = procedure (Sender: TObject; var HintStr: string; var CanShow: Boolean; var HintInfo: THintInfo) of object

Constants


Variables