bject Inspector is a component suite that contains inspectors
allowing you to change anything in your application at runtime.
Object Inspector suite includes:
TPropertyInterface
component for easy access to any property or event of any
component at runtime
TComponentInspector
customizable full-functional runtime object inspector control
TComponentComboBox
control for easy selecting component
TCommonInspector
abstract inspector control for inspect anything in your application
TDBInspector
ready-to-use database inspector control
TIniInspector
ready-to-use ini-file inspector control
TApplicationInspector
ready-to-use inspector control for changing Application properties
at runtime
TSystemColorsInspector
ready-to-use inspector control for changing Windows colors
Examples
small and clean projects illustrating features of inspectors and
TPropertyInterface components
Source codes
full source code of all components and useful internal classes
BmpRgn is a *FREEWARE* unit that allows you to create forms
with transparent areas based on a bitmap that you provide.
The bitmap is converted to a form region, where only the
interior pixels are displayed. The transparent border remains
transparent.
American Gladiator,you are consulting for a game show in which n contestants are pitted against n gladiators in order to see which contestants are the best. The game show aims to rank the contestants in order of strength this is done via a series of 1-on-1 matches between contestants and gladiators. If the contestant is stronger than the gladiator, then the contestant wins the match otherwise, the gladiator wins the match. If the contestant and gladiator have equal strength, then they are “perfect equals” and a tie is declared. We assume that each contestant is the perfect equal of exactly one gladiator, and each gladiator is the perfect equal of exactly one contestant. However, as the gladiators sometimes change from one show to another, we do not know the ordering of strength among the gladiators.