5
votes
Extending Delphi Sets (And Other Simple Types) With Functions and Procedures
About Delphi Programming
– in Delphi Language :: The Understanding Delphi Class (and Record) Helpers introduces a feature of the Delphi language allowing you to extend the definition of a class or a record type by adding functions and procedures (methods) to existing classes and records without inheritance. In XE3 Delphi version, record helpers became more powerful by allowing to extend simple Delphi types like strings, integers, enums, sets and alike. Here's a sample helper for a set of bytes. Read the full article to learn how to code a Delphi Record Helper For Set Of [0..255] Related: Understanding Delphi Class ...
Statistics
|
Visits by Source |
User Actions |



