Unit 'Clipbrd' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TClipboard.GetComponentAsText

GetComponentAsText - read the component as text, if supported.

Declaration

Source position: clipbrd.pp line 206

public procedure TClipboard.GetComponentAsText(

  var RootComponent: TComponent;

  OnFindComponentClass: TFindComponentClassEvent;

  Owner: TComponent = Nil;

  Parent: TComponent = Nil

);