Unit 'Laz_And_Controls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pw_androidwizard]

jDBListView

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

Declaration

Source position: Laz_And_Controls.pas line 1019

type jDBListView = class(jVisualControl)

protected

  FjPRLayoutHome: jobject;

  

  procedure Notification(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  procedure Refresh;

  

  procedure ClearLayout;

  

  procedure UpdateLayout; override;

  

  procedure GenEvent_OnClickDBListItem();

  

  procedure GenEvent_OnLongClickDBListItem();

  

  function jCreate;

  

  procedure jFree;

  

  function GetParent;

  

  function GetView; override;

  

  procedure SetViewParent(); override;

  

  procedure RemoveFromViewParent; override;

  

  procedure SetLParamWidth();

  

  procedure SetLParamHeight();

  

  procedure setLGravity();

  

  procedure setLWeight();

  

  procedure SetLeftTopRightBottomWidthHeight();

  

  procedure AddLParamsAnchorRule();

  

  procedure AddLParamsParentRule();

  

  procedure SetLayoutAll();

  

  function GetItemIndex;

  

  function GetItemCaption;

  

  procedure SetSelection();

  

  procedure ChangeCursor();

  

published

  property BackgroundColor: TARGBColorBridge; [rw]

  

  property ColumnWeights: TStrings; [rw]

  

  property ColumnNames: TStrings; [rw]

  

  property DataSource: jSqliteCursor; [rw]

  

  property FontColor: TARGBColorBridge; [rw]

  

  property FontSize: DWord; [rw]

  

  property FontSizeUnit: TFontSizeUnit; [rw]

  

  property OnClickItem: TOnClickDBListItem; [rw]

  

  property OnLongClickItem: TOnClickDBListItem; [rw]

  

end;

Inheritance

jDBListView

  

|

jVisualControl

  

|

TAndroidWidget

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio