[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: orca_scene3d.pas line 485
type TD3Position = class(TPersistent) |
||
protected |
||
procedure DefineProperties(); override; |
|
|
procedure ReadPoint(); |
|
|
procedure WritePoint(); |
|
|
public |
||
constructor Create(); virtual; |
|
|
procedure Assign(); override; |
|
|
procedure SetPointNoChange(); |
|
|
procedure SetVectorNoChange(); |
|
|
function Empty; |
|
|
|
||
|
||
property DefaultValue: TD3Point; [rw] |
|
|
property OnChange: TNotifyEvent; [rw] |
|
|
property OnChangeX: TNotifyEvent; [rw] |
|
|
property OnChangeY: TNotifyEvent; [rw] |
|
|
property OnChangeZ: TNotifyEvent; [rw] |
|
|
published |
||
property X: Single; [rws] |
|
|
property Y: Single; [rws] |
|
|
property Z: Single; [rws] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |