BpcSMScriptLibrary 7
Useful Types
Language: Delphi 7 - 2007
////////////////////////////////////////////////////////////////////////////////////////// //////// Useful Types ////////////////////////////////////////////////////////////////////////////////////////// interface // Just Contains Useful Types type TSimpleStringFunc = Function : string of object; TSimpleBoolFunc = Function : boolean of object;