Unit 'LResources' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomIDEComponentQueue

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lresources.pp line 413

type TCustomIDEComponentQueue = class(TComponent)

protected

  FQueue: TDynamicDataQueue;

  

  function ReadComponentSize(); virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  function Write();

  

  function CopyFrom();

  

  function HasComponent; virtual;

  

  function ReadComponent(); virtual;

  

  function ConvertComponentAsString();

  

  property OnFindComponentClass: TFindComponentClassEvent; [rw]

  

end;

Inheritance

TCustomIDEComponentQueue

  

|

TObject



CT Web help

CodeTyphon Studio