| Unit RkPanel |
========================================================================= RkPanel Unit This unit implements an enhanced panel component which provides the ability to toggle individual sides of the panel, display multi-line captions, and fill in the area between bevels with a separate color. Developing Custom Delphi 3 Components Copyright © 1995-1997 by Ray Konopka =========================================================================} {$I DCDC.INC
| Classes |
TRkPanel -
| Functions |
| Types |
| Constants |
| Variables |
| Functions |
| Types |
TSide = ( sdLeft, sdTop, sdRight, sdBottom );
TSides = set of TSide
TVerticalAlignment = ( vaTop, vaCenter, vaBottom );
| Constants |
| Variables |