Class TMetaSchemaGroup

Unit

Declaration

type TMetaSchemaGroup = class(TXOMObject)

Description

TMetaSchemaGroup

Hierarchy

  • TXOMObject
  • TMetaSchemaGroup

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;
Public function HasXMPContent (AXmp: TXMP; const AFilterText: WideString; AForMultiMode: Boolean): Boolean;

Properties

Published property GroupName: WideString read FGroupName write FGroupName;
Published property Items: TMetaSchemaItems read FItems write FItems;
Published property Visible: Boolean read FVisible write FVisible;
Published property DefaultExpanded: Boolean read FDefaultExpanded write FDefaultExpanded;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 
Public function HasXMPContent (AXmp: TXMP; const AFilterText: WideString; AForMultiMode: Boolean): Boolean;
 

Properties

Published property GroupName: WideString read FGroupName write FGroupName;
 
Published property Items: TMetaSchemaItems read FItems write FItems;
 
Published property Visible: Boolean read FVisible write FVisible;
 
Published property DefaultExpanded: Boolean read FDefaultExpanded write FDefaultExpanded;
 

Generated by PasDoc 0.15.0.