Unit 'acs_classes' Package
[Overview][Constants][Types][Classes][Index] [#pl_acs]

TACSStreamedInput

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: acs_classes.pas line 305

type TACSStreamedInput = class(TACSCustomInput)

protected

  FStream: TStream;

  

  FStreamAssigned: Boolean;

  

  FSeekable: Boolean;

  

  procedure SetStream();

  

public

  property Seekable: Boolean; [rw]

  

  property Stream: TStream; [rw]

  

  constructor Create(); override;

  

end;

Inheritance

TACSStreamedInput

  

|

TACSCustomInput

  

|

TObject



CT Web help

CodeTyphon Studio