type TMyClass = class(TObject)
This item has no description.
![]() |
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; |
![]() |
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. | |