unit UIContext; interface implementation type TUiContext = class private public end; end.