pascalSCADA OPM: hmipropeditor: Class TSelectObjectPropPropertyEditor

Pascal SCADA OPM

Class TSelectObjectPropPropertyEditor

Unit

hmipropeditor

Declaration

type TSelectObjectPropPropertyEditor = class(TStringPropertyEditor)

Description

Hierarchy

  • TStringPropertyEditor
  • TSelectObjectPropPropertyEditor

Overview

Fields

Protected FOnlyPropertiesOfType:AnsiString;
Protected FExpectedClass:TObjectColletionItemClass;

Methods

Public constructor Create(Hook: TPropertyEditorHook; APropCount: Integer); override;
Public function GetAttributes: TPropertyAttributes; override;
Public procedure GetValues(Proc: TGetStrProc); override;
Public procedure SetValue(const NewValue: AnsiString); override;

Description

Fields

Protected FOnlyPropertiesOfType:AnsiString;
 
Protected FExpectedClass:TObjectColletionItemClass;
 

Methods

Public constructor Create(Hook: TPropertyEditorHook; APropCount: Integer); override;
 
Public function GetAttributes: TPropertyAttributes; override;
 
Public procedure GetValues(Proc: TGetStrProc); override;
 
Public procedure SetValue(const NewValue: AnsiString); override;
 

Generated by PasDoc 0.14.0.