Unit AdvSplitter

======================== TAdvSplitter 1.2 =================================// // 97/11/14 // by Charles Bedard // // see AdvSplitter.txt for info on using this component // // *** You can distribute or modify this code at will, but // please notify me about any change you make. The idea here // is to see if i triggered some nice ideas on improving // this kind of component // // Changes from v1.1 // // - Can now derive forms containing AdvSplitter // (ControlStyle includes csInheritable) // - Added an "active" pane at design-time, to allow // Cut, Copy & Paste operations // ===========================================================================//

Classes

TAdvPane - TAdvPane are Panels with a single property: FrameStyle, which sets the inherited bevels (Inner and Outer).
TAdvPaneSetting - TAdvPaneSetting is a simple wrapper of the Panes properties so that it shows as sub-properties in the Object Inspector
TAdvSplitter -

Functions

Register -

Types

TAdvFrameStyle
TSplitterOrientation
TSplitterStyle

Constants

BorderStyles

Variables


Functions


procedure Register;


Types


TAdvFrameStyle = (ftNone, ftRaised, ftLowered, ftCarved, ftBump);

TSplitterOrientation = (soHorizontal, soVertical);

TSplitterStyle = (ssCheckered, ssSolid);

Constants

BorderStyles = (0, WS_BORDER)


Variables