// Borland C++ Builder // Copyright (c) 1995, 1998 by Borland International // All rights reserved // (DO NOT EDIT: machine generated header) 'MaskEditor.pas' rev: 3.00 #ifndef MaskEditorHPP #define MaskEditorHPP #include #include #include #include #include #include #include #include #include #include #include #include #include //-- user supplied ----------------------------------------------------------- namespace Maskeditor { //-- type declarations ------------------------------------------------------- class DELPHICLASS TCoolMaskEditor; class PASCALIMPLEMENTATION TCoolMaskEditor : public Dsgnintf::TPropertyEditor { typedef Dsgnintf::TPropertyEditor inherited; private: System::AnsiString FValue; public: __fastcall virtual ~TCoolMaskEditor(void); virtual void __fastcall Edit(void); virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void); virtual System::AnsiString __fastcall getname(); virtual System::AnsiString __fastcall getValue(); __published: __property System::AnsiString Value = {read=FValue, write=FValue}; public: /* TObject.Create */ __fastcall TCoolMaskEditor(void) : Dsgnintf::TPropertyEditor() { } }; //-- var, const, procedure --------------------------------------------------- extern PACKAGE bool FormCreated; } /* namespace Maskeditor */ #if !defined(NO_IMPLICIT_NAMESPACE_USE) using namespace Maskeditor; #endif //-- end unit ---------------------------------------------------------------- #endif // MaskEditor