Articles 3
Evgenii Legotckoi
Evgenii LegotckoiSept. 25, 2018, 6:09 a.m.
Example - Factory method in Delphi This pattern is useful when you want to encapsulate the construction of a class and isolate knowledge of the concrete class from the client application through an abstract interface. Один …
Evgenii Legotckoi
Evgenii LegotckoiSept. 21, 2018, 3:13 a.m.
Example - "Builder" design pattern in Delhpi The functionality used in Delphi's VCL to create forms and components is similar in concept to the builder. Delphi creates forms using a common interface, through Application.CreateForm and thro…
Evgenii Legotckoi
Evgenii LegotckoiSept. 18, 2018, 5:11 a.m.
Example - Abstract Factory in Delphi This pattern is ideal where you want to isolate your application from the implementation of the concrete classes. For example if you wanted to overlay Delphi's VCL with a common VCL layer for bo…
Comments 0
Nothing found
Forum topics 0
Nothing found
Forum posts 0
Nothing found
Test 0
Nothing found
Shared codes 0
Nothing found

Follow us in social networks