Unit Da3dl

----------------------------------------------------------------------------} { Data aware 3D Label for Delphi and Delphi 2. } { Copyright 1995, Curtis White. All Rights Reserved. } { This component can be freely used and distributed in commercial and } { private environments, provied this notice is not modified in any way. } { ----------------------------------------------------------------------------} { Feel free to contact me if you have any questions, comments or suggestions } { at cwhite@teleport.com } { ----------------------------------------------------------------------------} { Date last modified: 01/06/97 } { ----------------------------------------------------------------------------} { ----------------------------------------------------------------------------} { TDBLabel3D v1.50 } { ----------------------------------------------------------------------------} { Description: } { A data aware 3-D label. } { Features: } { The label style can be set to Raised, Lowered, or None. } { The label caption can be set by a database field. } { ----------------------------------------------------------------------------} { ----------------------------------------------------------------------------} { Revision History: } { 1.00: Initial release } { 1.50: Separated all the data aware buttons to separate files to allow them } { be selectively installed. Also made them compile under Delphi 2. } { ----------------------------------------------------------------------------

Classes

TDB3DLabPropAbout - --------------------------------------------------------------------} { TDB3DLabel Property AboutBox
TDBLabel3D -

Functions

Register - --------------------------------------------------------------------

---------------------------------------------------------------------} { Register the components

Types

TTextStyle

Constants

Variables


Functions


procedure Register;

--------------------------------------------------------------------

---------------------------------------------------------------------} { Register the components


Types


TTextStyle = ( tsNone, tsRaised, tsLowered );
TDBLabel3D } { Data Aware 3-D Label } { Style of 3-D label

Constants


Variables