BpcSMScriptLibrary 7

From RiskWiki
Revision as of 16:44, 11 September 2019 by Bishopj (talk | contribs) (Created page with "==Useful Types== Language: Delphi 7 - 2007 <pre> ////////////////////////////////////////////////////////////////////////////////////////// //////// Useful Types //////////...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Useful Types

Language: Delphi 7 - 2007


//////////////////////////////////////////////////////////////////////////////////////////
//////// Useful Types
//////////////////////////////////////////////////////////////////////////////////////////

interface
// Just Contains Useful Types

type
    TSimpleStringFunc = Function : string of object;
    TSimpleBoolFunc = Function : boolean of object;

BackLinks