[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_eldraw.pas line 476
type TSmartBitmap = class(TMasterObject) |
protected |
function CheckOk; override; |
public |
constructor Create; |
destructor Destroy; override; |
function Clone; |
procedure Assign(); |
procedure LoadFromFile(); |
function CreateBitmap; |
procedure Draw(); |
function GetRect(); |
function ExposedInsideOf(); |
property Source: LongString; [rw] |
property Title: LongString; [rw] |
property Ident: Integer; [rw] |
property Width: Integer; [r] |
property Height: Integer; [r] |
end; |
| |
| |
TObject |