Class TCastleClipboard

Unit

Declaration

type TCastleClipboard = class(TObject)

Description

Clipboard to cut / copy / paste the text. You usually use this through the single global instance Clipboard. The trivial interface is mostly compatible with LCL clipboard.

Hierarchy

  • TObject
  • TCastleClipboard

Overview

Methods

Protected function GetAsText: String; virtual;
Protected procedure SetAsText(const Value: String); virtual;

Properties

Public property AsText: String read GetAsText write SetAsText;

Description

Methods

Protected function GetAsText: String; virtual;

This item has no description.

Protected procedure SetAsText(const Value: String); virtual;

This item has no description.

Properties

Public property AsText: String read GetAsText write SetAsText;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.