Description | Hierarchy | Fields | Methods | Properties |
type TPhastScreenObjectItem = class(TScreenObjectItem)
TPhastScreenObjectItem
is used in reading a TPhastScreenObject from or writing it to a file.
![]() |
FMixtureFormulas: TStrings; |
![]() |
function GetMixtureFormulas: TStrings; |
![]() |
procedure UpdateScreenObject; override; |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
property MixtureFormulas: TStrings read GetMixtureFormulas write
FMixtureFormulas; |
![]() |
FMixtureFormulas: TStrings; |
name: TStrings. |
![]() |
function GetMixtureFormulas: TStrings; |
|
![]() |
procedure UpdateScreenObject; override; |
After a TPhastScreenObject has been read, |
![]() |
constructor Create(Collection: TCollection); override; |
|
![]() |
destructor Destroy; override; |
|
![]() |
property MixtureFormulas: TStrings read GetMixtureFormulas write
FMixtureFormulas; |
|