Class TDroppedObject (unit DropObj) |
Inherits from
TObject
The TDroppedObject class encapsulates a generic object dropped on the form
constructor Create(const FileName : String);
- TDroppedObject.
function ExtractIconFromFile(const FileName : String;
nIndex : Integer) : TIcon;
TDroppedObject.
function GetCaption : String;
function GetIcon : TIcon;
function GetNamePtr : PChar;
TDroppedObject.
property Caption : String
property Icon : TIcon
property Name : String
property NamePtr : PChar
FName : String;
constructor Create(const FileName : String);
TDroppedObject.Create //////////////////////////////////////////////////////
function ExtractIconFromFile(const FileName : String;
nIndex : Integer) : TIcon;
TDroppedObject.ExtractIconFromFile /////////////////////////////////////////
function GetCaption : String;
function GetIcon : TIcon;
function GetNamePtr : PChar;
TDroppedObject.GetNamePtr //////////////////////////////////////////////////
property Caption : String
property Icon : TIcon
property Name : String
property NamePtr : PChar
FName : String;