Corso Delphi - Parte 1
Durata: 2 giorni | Prezzo: € 590,00
Descrizione
Un corso classico, tra i più graditi dai programmatori Delphi. Non perderti la versione aggiornata a Delphi 11 Alexandria, una delle versioni migliori di sempre.
Contenuti
- Introduction
- The Object Pascal Language
- History of Delphi language
- Language Basics
- Fundamental Control Elements
- Data Types
- Data Structures
- Delphi Program Structure and Scoping
- IDE
- Project Options
- Project Manager
- Project Configuration Manager
- IDE Insight
- Code Formatting
- Multi platform designer
- REGULAR EXPRESSIONS
- Cosa sono?
- Quando usarle?
- Come usarle
- Che cosa è Unicode?
- Lo standard Unicode
- I tipi di stringhe Unicode
- Generics
- Cosa sono i generics?
- Utilizzo
- Sintassi
- Creare un tipo generic
- Applicabilità
- Il supporto nella RTL
- Generics e Generics.Collections
- Regole di compatibilità tra tipi;
- Classi con i Generics;
- Constraints
- class Costraints
- interface Costraints
- Generic Containers
- TList,TQueue,TStack,TDictionary
- Containers and anonymous methods
- Generics Interfaces
- Utilizzare TComparer,TEqualityComparer,etc
- Cosa sono i generics?
- Anonymous Methods
- Cosa sono gli anonymous methods?
- Sintassi e semantica
- Utilizzare gli anonymous methods come variabili
- Anonymous methods come parametric
- Anonymous methods e variabili locali (visibilità e durata)
- Reference Types
- anonymous methods e threads
- Sintassi e semantica
- Enumerator
- for-in loop
- Enumerators
- Operator Overloading for Records
- Class Helpers
- Record Helpers & Record Helpers for SimpleTypes
- Extended RTTI
- RTTI Unit
- Inspecting types
- TValue Class
- RTTI Unit
- Attributes
- TCustomAttribute Class