[Overview][Types][Classes] Reference for unit 'ModelLibraryItem' (#gui)

TCustomModelLibraryItem

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

Declaration

Source position: modellibraryitem.pas line 33

type TCustomModelLibraryItem = class(TObject)

public

  constructor Create;

  

published

  property Changed: Boolean; [rw]

  

  property Created: String; [rw]

  

  property DeleteClass: String; [rw]

  

  property Description: String; [rw]

  

  property Garbage: Boolean; [rw]

  

  property Model: String; [rw]

  

  property ModelClass: String; [rw]

  

  property Modified: String; [rw]

  

end;

Inheritance

TCustomModelLibraryItem

  

|

TObject