Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TParam.AsTime

Get/Set parameter value as a time (TDateTime) value.

Declaration

Source position: db.pas line 1477

public property TParam.AsTime : TDateTime
  read GetAsDateTime
  write SetAsTime;

Description

AsTime will return the parameter value as a time (TDateTime) value. If it is written, the value is set to the specified value and the data type is set to ftTime.

See also

TParam.AsDate

  

Get/Set parameter value as a date (TDateTime) value.

TParam.AsDateTime

  

Get/Set parameter value as a date/time (TDateTime) value.

TParam.DataType

  

Data type of the parameter.

TParam.Value

  

Value as a variant.


Documentation generated on: Jul 24 2023