Why does TList work with item type Pointer, not TObject?
I noticed to my surprise that the RTL class TList
(found in unit System.Classes
) uses the type Pointer
throughout most everything it does (parameter and return types, internal storage).
Why does TList work with item type Pointer, not TObject?
I noticed to my surprise that the RTL class TList
(found in unit System.Classes
) uses the type Pointer
throughout most everything it does (parameter and return types, internal storage).
Why does TList work with item type Pointer, not TObject?
I noticed to my surprise that the RTL class TList
(found in unit System.Classes
) uses the type Pointer
throughout most everything it does (parameter and return types, internal storage).
Why does TList work with item type Pointer, not TObject?
I noticed to my surprise that the RTL class TList
(found in unit System.Classes
) uses the type Pointer
throughout most everything it does (parameter and return types, internal storage).
What’s the reason for the TCustomXXX classes in Delphi class hierarchy
this is probably somewhat dumb or even explained in the docs but I couldn’t find it.
What’s the reason for the TCustomXXX classes in Delphi class hierarchy
this is probably somewhat dumb or even explained in the docs but I couldn’t find it.
What’s the reason for the TCustomXXX classes in Delphi class hierarchy
this is probably somewhat dumb or even explained in the docs but I couldn’t find it.
Why does _CopyRecord get called in some cases with TMyRec but not others?
I’m working with a Delphi record type that includes both managed (e.g., string) and unmanaged fields. I’ve noticed different behaviors regarding calls to _CopyRecord depending on how I instantiate and use the record.
Delphi Interface Inheritance Issue – Possible RT bug
I’m new-ish to Interfaces in Delphi, but not new to Delphi, having used it since the heady days of Delphi 1!
Delphi Interface Inheritance Issue – Possible RT bug
I’m new-ish to Interfaces in Delphi, but not new to Delphi, having used it since the heady days of Delphi 1!