W
wxcayap
Unregistered / Unconfirmed
GUEST, unregistred user!
function GetFirst: Boolean;
property VideoPath: string read GetVideoPath;
class function DeleteByID(const ID: Integer): Boolean;
function GetByID(const PatientID: Integer): Boolean; overload;
第一种方法定义是最基础的,可第二种带read是什么意思 第三种带 class 又是什么意思]
第四种带overload;又是什么意思
请高手不吝赐教
小弟在此谢过了
property VideoPath: string read GetVideoPath;
class function DeleteByID(const ID: Integer): Boolean;
function GetByID(const PatientID: Integer): Boolean; overload;
第一种方法定义是最基础的,可第二种带read是什么意思 第三种带 class 又是什么意思]
第四种带overload;又是什么意思
请高手不吝赐教
小弟在此谢过了