tinterfacedobject Questions
1
Solved
I'm implementing my IDropTarget based on: How can I allow a form to accept file dropping without handling Windows messages?
The implementation by David works fine. however the IDropTarget (TInter...
Urias asked 19/1, 2017 at 12:44
3
i have two units,
first one, my interface:
use personas
interface
type
Tllave = array[0..31] of byte;
Tdatos = array of byte;
ImyInterface = interface(IInterface)
function nombre : string...
Protozoal asked 24/5, 2011 at 20:58
3
Solved
I am trying to declare a custom list of interfaces from which I want to inherit in order to get list of specific interfaces (I am aware of IInterfaceList, this is just an example). I'm using Delphi...
Shammy asked 13/1, 2015 at 18:48
7
Solved
In my code I use a small data-storing class, which is created in different places. To avoid memory leaks and simplify things, I want to use reference counting, so I did
type TFileInfo = class (TIn...
Hydrophane asked 23/4, 2009 at 10:10
3
Solved
i have a class based on TInterfacedObject. i add it to TTreeNode's Data property.
TFacilityTreeItem=class(TInterfacedObject)
private
m_guidItem:TGUID;
m_SomeOtherNode:TTreeNode;
public
end;
i ...
Astragalus asked 27/1, 2009 at 19:49
1
© 2022 - 2024 — McMap. All rights reserved.