Class TCatalogSearchResultItem
Unit
idCatalog
Declaration
type TCatalogSearchResultItem = class(TBaseCatalogObject)
Description
TCatalogSearchResultItem
Hierarchy
Overview
Methods
Properties
 |
property RelatedGUID : String read FRelatedGUID write FRelatedGUID; |
 |
property ContentType : WideString read FContentType write FContentType; |
 |
property ContentGroup: WideString read FContentGroup write FContentGroup; |
 |
property ContentValue: WideString read FContentValue write FContentValue; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure FillFromDataSet(ADataSet: TDBXOMDataSet); override; |
|
|
Properties
 |
property RelatedGUID : String read FRelatedGUID write FRelatedGUID; |
|
|
 |
property ContentType : WideString read FContentType write FContentType; |
|
|
 |
property ContentGroup: WideString read FContentGroup write FContentGroup; |
|
|
 |
property ContentValue: WideString read FContentValue write FContentValue; |
|
|
Generated by PasDoc 0.15.0.
|