Class TMyClass
Unit
Declaration
type TMyClass = class(TObject)
Description
This item has no description.
Hierarchy
- TObject
- TMyClass
Overview
Properties
![]() |
property MyProperty[S: string]: Integer read GetMyProperty; |
![]() |
property SelLength: Integer read GetSelLength write SetSelLength; |
![]() |
property SelText: string read GetSelText; |
![]() |
property KeyboardType: TVirtualKeyboardType read GetKeyboardType write SetKeyboardType default TVirtualKeyboardType.Default; |
![]() |
property MyPropertyNoDefault: Single nodefault; |
![]() |
property MyPropertyDefaultExpression: Integer default 10 + 20; |
![]() |
property MyPropertyStored: Single stored false; |
![]() |
property MyPropertyStored2: Single stored GetStored; |
Description
Properties
![]() |
property MyProperty[S: string]: Integer read GetMyProperty; |
|
This item has no description. | |
![]() |
property SelLength: Integer read GetSelLength write SetSelLength; |
![]() |
property SelText: string read GetSelText; |
|
This item has no description. | |
![]() |
property KeyboardType: TVirtualKeyboardType read GetKeyboardType write SetKeyboardType default TVirtualKeyboardType.Default; |
|
This item has no description. | |
![]() |
property MyPropertyNoDefault: Single nodefault; |
|
This item has no description. | |
![]() |
property MyPropertyDefaultExpression: Integer default 10 + 20; |
|
This item has no description. | |
![]() |
property MyPropertyStored: Single stored false; |
|
This item has no description. | |
![]() |
property MyPropertyStored2: Single stored GetStored; |
|
This item has no description. | |
