unit UnitSharedVariables; interface type TSharedVariables = class(TObject) private public SetarDados: integer; end; implementation end.