BpcSMScriptLibrary 7: Difference between revisions

From RiskWiki
Created page with "==Useful Types== Language: Delphi 7 - 2007 <pre> ////////////////////////////////////////////////////////////////////////////////////////// //////// Useful Types //////////..."
 
m 1 revision imported
 
(No difference)

Latest revision as of 06:37, 12 April 2026

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