Class TMetaSchemaGroup
Unit
xomXMP
Declaration
type TMetaSchemaGroup = class(TXOMObject)
Description
TMetaSchemaGroup
Hierarchy
- TXOMObject
- TMetaSchemaGroup
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
function HasXMPContent (AXmp: TXMP; const AFilterText: WideString; AForMultiMode: Boolean): Boolean; |
|
|
Properties
 |
property GroupName: WideString read FGroupName write FGroupName; |
|
|
 |
property Visible: Boolean read FVisible write FVisible; |
|
|
 |
property DefaultExpanded: Boolean read FDefaultExpanded write FDefaultExpanded; |
|
|
Generated by PasDoc 0.15.0.
|