BpcSMScriptLibrary 7

From RiskWiki
Revision as of 03:44, 12 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)
Jump to: navigation, search

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