[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_dynar.pas line 112
type TAbstractArray = class(TLatch) |
protected |
function CheckOk; override; |
procedure ErrorFound(); override; |
public |
constructor Create(); |
destructor Destroy; override; |
property ItemSize: LongInt; [r] |
property Origin: LongInt; [rw] |
end; |
| |
| |
| |
TObject |