Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TClipboard = class(TPersistent)
![]() |
function AddFormat(FormatID: TClipboardFormat; Stream: TStream): Boolean; |
![]() |
function AddFormat(FormatID: TClipboardFormat; var Buffer; Size: Integer): Boolean; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure AssignTo(Dest: TPersistent); override; |
![]() |
procedure Clear; |
![]() |
procedure Close; |
![]() |
constructor Create; |
![]() |
constructor Create(AClipboardType: TClipboardType); |
![]() |
destructor Destroy; override; |
![]() |
function FindPictureFormatID: TClipboardFormat; |
![]() |
function FindFormatID(const FormatName: string): TClipboardFormat; |
![]() |
function GetComponent(Owner, Parent: TComponent): TComponent; |
![]() |
procedure GetComponent(var RootComponent: TComponent; OnFindComponentClass: TFindComponentClassEvent; Owner: TComponent = nil; Parent: TComponent = nil); |
![]() |
procedure GetComponentAsText(var RootComponent: TComponent; OnFindComponentClass: TFindComponentClassEvent; Owner: TComponent = nil; Parent: TComponent = nil); |
![]() |
function GetFormat(FormatID: TClipboardFormat; Stream: TStream): Boolean; |
![]() |
procedure SupportedFormats(List: TStrings); |
![]() |
procedure SupportedFormats(var AFormatCount: integer; var FormatList: PClipboardFormat); |
![]() |
function GetTextBuf(Buffer: PChar; BufSize: Integer): Integer; |
![]() |
function HasFormat(FormatID: TClipboardFormat): Boolean; |
![]() |
function HasFormatName(const FormatName: string): Boolean; |
![]() |
function HasPictureFormat: boolean; |
![]() |
procedure Open; |
![]() |
function SetComponent(Component: TComponent): Boolean; |
![]() |
function SetComponentAsText(Component: TComponent): Boolean; |
![]() |
function SetFormat(FormatID: TClipboardFormat; Stream: TStream): Boolean; |
![]() |
function SetSupportedFormats(AFormatCount: integer; FormatList: PClipboardFormat): Boolean; |
![]() |
procedure SetTextBuf(Buffer: PChar); |
![]() |
property AsText: string read GetAsText write SetAsText; |
![]() |
property ClipboardType: TClipboardType read FClipboardType; |
![]() |
property FormatCount: Integer read GetFormatCount; |
![]() |
property Formats[Index: Integer]: TClipboardFormat read GetFormats; |
![]() |
property OnRequest: TClipboardRequestEvent read FOnRequest write SetOnRequest; |
![]() |
function AddFormat(FormatID: TClipboardFormat; Stream: TStream): Boolean; |
![]() |
function AddFormat(FormatID: TClipboardFormat; var Buffer; Size: Integer): Boolean; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure AssignTo(Dest: TPersistent); override; |
![]() |
procedure Clear; |
![]() |
procedure Close; |
![]() |
constructor Create; |
![]() |
constructor Create(AClipboardType: TClipboardType); |
![]() |
destructor Destroy; override; |
![]() |
function FindPictureFormatID: TClipboardFormat; |
![]() |
function FindFormatID(const FormatName: string): TClipboardFormat; |
![]() |
function GetComponent(Owner, Parent: TComponent): TComponent; |
![]() |
procedure GetComponent(var RootComponent: TComponent; OnFindComponentClass: TFindComponentClassEvent; Owner: TComponent = nil; Parent: TComponent = nil); |
![]() |
procedure GetComponentAsText(var RootComponent: TComponent; OnFindComponentClass: TFindComponentClassEvent; Owner: TComponent = nil; Parent: TComponent = nil); |
![]() |
function GetFormat(FormatID: TClipboardFormat; Stream: TStream): Boolean; |
![]() |
procedure SupportedFormats(List: TStrings); |
![]() |
procedure SupportedFormats(var AFormatCount: integer; var FormatList: PClipboardFormat); |
![]() |
function GetTextBuf(Buffer: PChar; BufSize: Integer): Integer; |
![]() |
function HasFormat(FormatID: TClipboardFormat): Boolean; |
![]() |
function HasFormatName(const FormatName: string): Boolean; |
![]() |
function HasPictureFormat: boolean; |
![]() |
procedure Open; |
![]() |
function SetComponent(Component: TComponent): Boolean; |
![]() |
function SetComponentAsText(Component: TComponent): Boolean; |
![]() |
function SetFormat(FormatID: TClipboardFormat; Stream: TStream): Boolean; |
![]() |
function SetSupportedFormats(AFormatCount: integer; FormatList: PClipboardFormat): Boolean; |
![]() |
procedure SetTextBuf(Buffer: PChar); |
![]() |
property AsText: string read GetAsText write SetAsText; |
![]() |
property ClipboardType: TClipboardType read FClipboardType; |
![]() |
property FormatCount: Integer read GetFormatCount; |
![]() |
property Formats[Index: Integer]: TClipboardFormat read GetFormats; |
![]() |
property OnRequest: TClipboardRequestEvent read FOnRequest write SetOnRequest; |