Class TCatalogPropRelation
Unit
idCatalog
Declaration
type TCatalogPropRelation = class(TBaseCatalogObject)
Description
TCatalogPropRelation
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override; |
|
|
 |
function RelationCaption: WideString; |
|
|
 |
procedure SwitchParentChild; |
|
|
Properties
 |
property ParentGUID: String read FParentGUID write FParentGUID; |
|
|
 |
property ChildGUID: String read FChildGUID write FChildGUID; |
|
|
 |
property ParentRule: WideString read FParentRule write FParentRule; |
|
|
 |
property ChildRule: WideString read FChildRule write FChildRule; |
|
|
 |
property AssignChild: Boolean read FAssignChild write FAssignChild; |
|
|
 |
property AssignParent: Boolean read FAssignParent write FAssignParent; |
|
|
 |
property IsAlias: Boolean read FIsAlias write FIsAlias; |
|
|
 |
property PhotoCount : Integer read FPhotoCount write FPhotoCount; |
|
|
Generated by PasDoc 0.15.0.
|