Unit 'ovcbase' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_orpheus]

TOvcCollectibleControl

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

Declaration

Source position: ovcbase.pas line 511

type TOvcCollectibleControl = class(TOvcCustomControl)

protected

  FCollection: TOvcCollection;

  

  InChanged: Boolean;

  

  function GetIndex;

  

  procedure SetCollection();

  

  procedure SetIndex();

  

  procedure Changed; dynamic;

  

  function GenerateName; dynamic;

  

  function GetBaseName; dynamic;

  

  function GetDisplayText; virtual;

  

  procedure SetName(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property Internal: Boolean; [rw]

  

  property Collection: TOvcCollection; [r]

  

  property DisplayText: string; [r]

  

  property Index: Integer; [rw]

  

  property Name;

  

end;

Inheritance

TOvcCollectibleControl

  

|

TOvcCustomControl

  

|

TObject



CT Web help

CodeTyphon Studio