Class TMyClassInMState

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TMyClassInMState = class(TObject)

Description

Hierarchy

Overview

Fields

Published MyField: Integer;

Methods

Published procedure MyMethod;

Properties

Published property MyProperty: Integer read MyField write MyField;

Description

Fields

Published MyField: Integer;
 

Methods

Published procedure MyMethod;
 

Properties

Published property MyProperty: Integer read MyField write MyField;