Unit msearrayprops

Uses
Functions and Procedures
Constants
Variables

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class earraystreamerror  
Class earrayproperror  
Class tarrayprop  
Class tintegerarrayprop  
Class tcolorarrayprop  
Class tint64arrayprop  
Class trealarrayprop  
Class tstringarrayprop  
Class tmsestringarrayprop  
Class tbooleanarrayprop  
Class tenumarrayprop  
Class tsetarrayprop  
Class tpointerarrayprop  
Class tdynarrayarrayprop  
Class tpersistentarrayprop  
Class tmsecomponentlinkitem  
Class tmsecomponentlinkarrayprop  
Class townedpersistentarrayprop  
Class townedeventpersistentarrayprop  
Class tpersistonchangearrayprop  
Class tstringlistarrayprop  
Class tindexpersistent  
Class tindexpersistentarrayprop  

Types

arrayproparrayty = array of tarrayprop;
arraychangeeventty = procedure(const sender: tarrayprop; const index: integer) of object;
arraysizechangeeventty = procedure(sender: tarrayprop) of object;
arraypropstatety = (...);
arraypropsstatesty = set of arraypropstatety;
arraypropkindty = (...);
persistentarraypropclassty = class of tpersistentarrayprop;
msecomponentlinkitemclassty = class of tmsecomponentlinkitem;
ownedpersistentclassty = class of townedpersistent;
ownedeventpersistentclassty = class of townedeventpersistent;
indexpersistentclassty = class of tindexpersistent;

Description

Types

arrayproparrayty = array of tarrayprop;
 
arraychangeeventty = procedure(const sender: tarrayprop; const index: integer) of object;
 
arraysizechangeeventty = procedure(sender: tarrayprop) of object;
 
arraypropstatety = (...);
 
Values
  • aps_linking
  • aps_destroying
  • aps_needsindexing
  • aps_moved
arraypropsstatesty = set of arraypropstatety;
 
arraypropkindty = (...);
 
Values
  • apk_none
  • apk_tpersistent
  • apk_integer
  • apk_colorty
  • apk_real
  • apk_string
  • apk_msestring
  • apk_boolean
  • apk_pointer
  • apk_int64
persistentarraypropclassty = class of tpersistentarrayprop;
 
msecomponentlinkitemclassty = class of tmsecomponentlinkitem;
 
ownedpersistentclassty = class of townedpersistent;
 
ownedeventpersistentclassty = class of townedeventpersistent;
 
indexpersistentclassty = class of tindexpersistent;
 

Generated by PasDoc 0.16.0.